chore: cleanup
This commit is contained in:
parent
fa55f40899
commit
1c445a6275
25 changed files with 227 additions and 245 deletions
|
@ -12,6 +12,7 @@ button,
|
|||
|
||||
&:not(.theme-toggle) {
|
||||
border: 2px solid var(--accent-color);
|
||||
border-radius: var(--border-radius-full);
|
||||
padding: var(--sizing-xs) var(--sizing-md);
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
|
@ -48,6 +49,7 @@ button,
|
|||
&.theme-toggle:focus,
|
||||
&.theme-toggle:focus-within {
|
||||
outline: var(--outline-default);
|
||||
border-radius: var(--border-radius-slight);
|
||||
}
|
||||
|
||||
&.secondary {
|
||||
|
@ -61,8 +63,4 @@ button,
|
|||
color: var(--accent-color-hover);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
&.active {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
Reference in a new issue