Update button.css

pull/4159/head
David Hill 2025-11-04 17:31:56 +00:00
parent 521803aaa3
commit dbdbfb8543
1 changed files with 4 additions and 0 deletions

View File

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