blob: 973b7f88121dc3f5491595009932cf6b1947a877 [file] [log] [blame]
Adrià Vilanova Martínez7ad72fe2023-11-02 21:54:41 +01001material-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
5material-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
18material-drawer .panel {
19 border-bottom-color: #25231f!important;
20}
21
22material-drawer .drawer-section-title, material-drawer .header > material-icon {
23 color: var(--TWPT-secondary-text)!important;
24}
25
26material-drawer material-list-item,
27 material-drawer material-list-item .title {
28 color: #d2cecb!important;
29}
30
31material-drawer ec-forum-drawer-item material-checkbox material-icon {
32 filter: brightness(1.5);
33}