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

tweak(ui): remove pressed transition for secondary buttons

David Hill 6 месяцев назад
Родитель
Сommit
1ed4a98233
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ui/src/components/button.css

+ 0 - 1
packages/ui/src/components/button.css

@@ -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);