summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-02-18 17:08:49 +0000
committerDavid Hill <[email protected]>2026-02-18 20:18:16 +0000
commite5d52e4eb528055ffc0d461c451ff4c79fe7e99d (patch)
treee43df3b872fae8d57207687404e579f2b7e6a0a1
parentf20c0bffd3e6701ce191ed49dab1fa29400e866f (diff)
downloadopencode-e5d52e4eb528055ffc0d461c451ff4c79fe7e99d.tar.gz
opencode-e5d52e4eb528055ffc0d461c451ff4c79fe7e99d.zip
tweak(ui): align pill tabs pressed background
-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 fee929d34..2a75defa2 100644
--- a/packages/ui/src/components/tabs.css
+++ b/packages/ui/src/components/tabs.css
@@ -257,6 +257,10 @@
color: var(--text-strong);
}
+ &:active:not(:disabled) {
+ background-color: var(--surface-raised-base-active);
+ }
+
&:has([data-selected]) {
background-color: var(--surface-raised-base-active);
color: var(--text-strong);