Browse Source

set hover background of active sidebar item to surface-raised-base

David Hill 1 month ago
parent
commit
19ac6f1948
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/ui/src/components/tabs.css

+ 4 - 0
packages/ui/src/components/tabs.css

@@ -344,6 +344,10 @@
           [data-component="icon"] {
             color: var(--icon-strong-base);
           }
+
+          &:hover:not(:disabled) {
+            background-color: var(--surface-raised-base);
+          }
         }
       }