Przeglądaj źródła

fix settings sidebar active tab hover to use consistent background

David Hill 1 miesiąc temu
rodzic
commit
bf9047ccd1
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
           }
           }
         }
         }
       }
       }