[SSE] Fix color text in Filter

This commit is contained in:
Andrey Shimagin 2022-04-06 11:35:25 +03:00
parent 9a8341b85a
commit 6560c83db0

View file

@ -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;
}
}
}