[forms] Fix icon color in dark mode
This commit is contained in:
parent
98a418f7e3
commit
477c0431dd
|
@ -546,15 +546,15 @@
|
||||||
}
|
}
|
||||||
&.search-close {
|
&.search-close {
|
||||||
background-position: -@icon-width*18 0;
|
background-position: -@icon-width*18 0;
|
||||||
}
|
background-position: -@icon-width*18 @icon-normal-top;
|
||||||
&.search {
|
|
||||||
background-position: -@icon-width*24 0;
|
|
||||||
}
|
}
|
||||||
&.search-arrow-up {
|
&.search-arrow-up {
|
||||||
background-position: -@icon-width*27 0;
|
background-position: -@icon-width*27 0;
|
||||||
|
background-position: -@icon-width*27 @icon-normal-top;
|
||||||
}
|
}
|
||||||
&.search-arrow-down {
|
&.search-arrow-down {
|
||||||
background-position: -@icon-width*28 0;
|
background-position: -@icon-width*28 0;
|
||||||
|
background-position: -@icon-width*28 @icon-normal-top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue