summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-20 17:36:28 +0000
committerDavid Hill <[email protected]>2026-01-20 20:34:45 +0000
commit19ac6f19483cb7969ba5f62a63c7aeb1d5b13978 (patch)
treef166c26e4909e89773ee45e62724cbf1fb791d36 /packages/ui/src
parent0d9ce6ad7bc3093e78f945124fcdf2e8c18c3481 (diff)
downloadopencode-19ac6f19483cb7969ba5f62a63c7aeb1d5b13978.tar.gz
opencode-19ac6f19483cb7969ba5f62a63c7aeb1d5b13978.zip
set hover background of active sidebar item to surface-raised-base
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/components/tabs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css
index 7043ecd12..19004ef3e 100644
--- a/packages/ui/src/components/tabs.css
+++ b/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);
+ }
}
}