2
0
Эх сурвалжийг харах

css: nicer selection color

JC Brand 2 сар өмнө
parent
commit
018c511371

+ 1 - 1
src/shared/autocomplete/styles/_autocomplete.scss

@@ -122,7 +122,7 @@
     }
 
     .suggestion-box > ul > li[aria-selected="true"] {
-        background: var(--secondary-color);
+        background: var(--highlight-color);
         color: var(--foreground-color);
     }