diff options
| author | David Hill <[email protected]> | 2026-02-18 19:53:19 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:17 +0000 |
| commit | 50923f06f14b32e30adada30417a931bcb5bb03a (patch) | |
| tree | f3cef313172f001ff53f0cc3a32bcfc08771e76d /packages/ui/src | |
| parent | ba919fb619312c4c77865d4506d5a400d2abca26 (diff) | |
| download | opencode-50923f06f14b32e30adada30417a931bcb5bb03a.tar.gz opencode-50923f06f14b32e30adada30417a931bcb5bb03a.zip | |
tweak(ui): remove pressed scale for secondary buttons
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/button.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 30864f196..4a6eeaf69 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -93,7 +93,6 @@ } &:active:not(:disabled) { background-color: var(--button-secondary-base); - scale: 0.99; } &:disabled { border-color: var(--border-disabled); |
