chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-18 14:54:56 -07:00
parent 54cc4bdc01
commit ae03a77a67
No known key found for this signature in database
13 changed files with 12 additions and 156 deletions

View file

@ -51,22 +51,10 @@
display: inline-flex;
vertical-align: middle;
&:active svg,
&:focus svg,
&:focus-within svg {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
}
& svg {
cursor: pointer;
stroke: var(--accent-color);
&:focus {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
}
&:hover,
&:focus,
&:active {