Kaynağa Gözat

tweak(ui): remove pressed scale for secondary buttons

David Hill 6 ay önce
ebeveyn
işleme
50923f06f1
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      packages/ui/src/components/button.css

+ 0 - 1
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);