chore: transforms
This commit is contained in:
parent
e33bc69556
commit
f970dc7d05
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue