chore: transforms

This commit is contained in:
Cory Dransfeldt 2024-08-14 15:18:49 -07:00 committed by GitHub
parent e33bc69556
commit f970dc7d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,10 +34,6 @@
& svg { & svg {
cursor: pointer; cursor: pointer;
transform: rotate(0deg);
transition-property: transform;
transition-timing-function: var(--transition-ease-in-out);
transition-duration: var(--transition-duration-default);
} }
&:hover svg, &:hover svg,
@ -45,7 +41,6 @@
&:focus-within svg, &:focus-within svg,
&:active svg { &:active svg {
stroke: var(--accent-color-hover); stroke: var(--accent-color-hover);
transform: rotate(8deg);
} }
} }