tweak(ui): remove pressed transition for secondary buttons
This commit is contained in:
@@ -94,7 +94,6 @@
|
|||||||
&:active:not(:disabled) {
|
&:active:not(:disabled) {
|
||||||
background-color: var(--button-secondary-base);
|
background-color: var(--button-secondary-base);
|
||||||
scale: 0.99;
|
scale: 0.99;
|
||||||
transition: all 150ms ease-out;
|
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled {
|
||||||
border-color: var(--border-disabled);
|
border-color: var(--border-disabled);
|
||||||
|
|||||||
Reference in New Issue
Block a user