Browse Source

css: nicer selection color

JC Brand 2 months ago
parent
commit
018c511371
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shared/autocomplete/styles/_autocomplete.scss

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

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