diff options
| author | David Hill <[email protected]> | 2026-02-18 19:21:35 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:17 +0000 |
| commit | 1ed4a982333c494590c1798cc01aeb19b72f6aca (patch) | |
| tree | 8a27f225dc66a9486cd27ebf18c063e27151e521 /packages/ui/src | |
| parent | db4ff895793d61e7a99e1c6c86f6d50bf4a854c6 (diff) | |
| download | opencode-1ed4a982333c494590c1798cc01aeb19b72f6aca.tar.gz opencode-1ed4a982333c494590c1798cc01aeb19b72f6aca.zip | |
tweak(ui): remove pressed transition 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 251eed848..30864f196 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -94,7 +94,6 @@ &:active:not(:disabled) { background-color: var(--button-secondary-base); scale: 0.99; - transition: all 150ms ease-out; } &:disabled { border-color: var(--border-disabled); |
