Explorar o código

fix settings sidebar active tab hover to use consistent background

David Hill hai 1 mes
pai
achega
bf9047ccd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ui/src/components/tabs.css

+ 1 - 1
packages/ui/src/components/tabs.css

@@ -346,7 +346,7 @@
           }
 
           &:hover:not(:disabled) {
-            background-color: var(--surface-raised-base);
+            background-color: var(--surface-raised-base-active);
           }
         }
       }