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