tweak(ui): remove pressed transition for secondary buttons

This commit is contained in:
David Hill
2026-02-18 19:21:35 +00:00
parent 59c3f97d1c
commit 0fea8f24cd
-1
View File
@@ -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);