Просмотр исходного кода

tweak(ui): remove pressed scale for secondary buttons

David Hill 2 месяцев назад
Родитель
Сommit
50923f06f1
1 измененных файлов с 0 добавлено и 1 удалено
  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);