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 | |
| parent | 12016c8eb451a119c1017b2fc5554b49232399e3 (diff) | |
| download | opencode-5d69f00282376bdde4133459374593457ab33e83.tar.gz opencode-5d69f00282376bdde4133459374593457ab33e83.zip | |
button style tweaks
| -rw-r--r-- | packages/ui/src/components/button.css | 4 | ||||
| -rw-r--r-- | packages/ui/src/components/icon-button.css | 4 |
2 files changed, 0 insertions, 8 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); } diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css index ad8200ae6..10337bbcc 100644 --- a/packages/ui/src/components/icon-button.css +++ b/packages/ui/src/components/icon-button.css @@ -168,10 +168,6 @@ aspect-ratio: auto; } -[data-component="icon-button"].titlebar-icon[data-variant="ghost"]:hover:not(:disabled) { - background-color: var(--surface-raised-base-active); -} - [data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] { background-color: var(--surface-base-active); } |
