[SSE] Fix color text in Filter
This commit is contained in:
parent
9a8341b85a
commit
6560c83db0
|
@ -167,10 +167,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sheet-filter, .popover-filter {
|
.sheet-filter, .popover-filter {
|
||||||
ul li:first-child .list-button{
|
.list {
|
||||||
color: @text-normal;
|
ul li:first-child .list-button{
|
||||||
&::after {
|
color: @text-normal;
|
||||||
background: @background-menu-divider;
|
&::after {
|
||||||
|
background: @background-menu-divider;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-inner {
|
||||||
|
color: @text-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue