Explorar el Código

fix settings sidebar active tab hover to use consistent background

David Hill hace 7 meses
padre
commit
bf9047ccd1
Se han modificado 1 ficheros con 1 adiciones y 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) {
           &:hover:not(:disabled) {
-            background-color: var(--surface-raised-base);
+            background-color: var(--surface-raised-base-active);
           }
           }
         }
         }
       }
       }