diff options
| author | David Hill <[email protected]> | 2026-02-18 16:36:40 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:16 +0000 |
| commit | 5d69f00282376bdde4133459374593457ab33e83 (patch) | |
| tree | 02b36f6741b8235b5d009d5706f6951548cbaddf /packages/ui/src/components/button.css | |
| parent | 12016c8eb451a119c1017b2fc5554b49232399e3 (diff) | |
| download | opencode-5d69f00282376bdde4133459374593457ab33e83.tar.gz opencode-5d69f00282376bdde4133459374593457ab33e83.zip | |
button style tweaks
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 794002888..2d803d95c 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -171,10 +171,6 @@ } } -[data-component="button"].titlebar-icon[data-variant="ghost"]:hover:not(:disabled) { - background-color: var(--surface-raised-base-active); -} - [data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] { background-color: var(--surface-base-active); } |
