summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/ui/src/components/button.css1
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);