Explorar o código

Update button.css

David Hill hai 10 meses
pai
achega
dbdbfb8543
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/ui/src/components/button.css

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

@@ -50,6 +50,10 @@
     &:focus-visible:active {
       box-shadow: none;
     }
+    &:active {
+      scale: 0.99;
+      transition: all 150ms ease-out;
+    }
 
     [data-slot="icon"] {
       color: var(--icon-strong-base);