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

@ -35,20 +35,6 @@ button,
transition-duration: var(--transition-duration-default);
}
&:not(.theme-toggle, .active):focus,
&:not(.theme-toggle, .active):focus-within {
transition-property: none;
outline: var(--outline-default);
padding: calc(var(--spacing-xs) + 2px) calc(var(--spacing-md) + 2px);
border: 0;
}
&.theme-toggle:focus,
&.theme-toggle:focus-within {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
}
&.secondary {
color: var(--accent-color);
background: transparent;