Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | material-drawer, material-drawer .panel, ec-filter-drawer-item > .root, ec-forum-drawer-item material-list-item { |
| 2 | background-color: var(--TWPT-drawer-background)!important; |
| 3 | } |
| 4 | |
| 5 | material-drawer material-expansionpanel .main-header > .header:is(:hover, :focus) { |
| 6 | background-color: var(--TWPT-active-background)!important; |
| 7 | } |
| 8 | |
| 9 | :is( |
| 10 | ec-filter-drawer-item > .root, |
| 11 | ec-forum-drawer-item > material-list-item, |
| 12 | material-list material-list-item, |
| 13 | .drawer-section .drawer-item:not([separator=present]) |
| 14 | ):is(:hover, :focus, :focus-within, .active, .drawer-item--active) { |
| 15 | background: var(--TWPT-active-background)!important; |
| 16 | } |
| 17 | |
| 18 | material-drawer .panel { |
| 19 | border-bottom-color: #25231f!important; |
| 20 | } |
| 21 | |
| 22 | material-drawer .drawer-section-title, material-drawer .header > material-icon { |
| 23 | color: var(--TWPT-secondary-text)!important; |
| 24 | } |
| 25 | |
| 26 | material-drawer material-list-item, |
| 27 | material-drawer material-list-item .title { |
| 28 | color: #d2cecb!important; |
| 29 | } |
| 30 | |
| 31 | material-drawer ec-forum-drawer-item material-checkbox material-icon { |
| 32 | filter: brightness(1.5); |
| 33 | } |