diff options
| author | David Hill <[email protected]> | 2026-02-18 17:08:49 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:16 +0000 |
| commit | e5d52e4eb528055ffc0d461c451ff4c79fe7e99d (patch) | |
| tree | e43df3b872fae8d57207687404e579f2b7e6a0a1 | |
| parent | f20c0bffd3e6701ce191ed49dab1fa29400e866f (diff) | |
| download | opencode-e5d52e4eb528055ffc0d461c451ff4c79fe7e99d.tar.gz opencode-e5d52e4eb528055ffc0d461c451ff4c79fe7e99d.zip | |
tweak(ui): align pill tabs pressed background
| -rw-r--r-- | packages/ui/src/components/tabs.css | 4 |
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); |
