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

@ -33,16 +33,6 @@ textarea:focus-within {
padding: calc(var(--spacing-sm) + 1px);
}
input:focus,
input:focus-within,
textarea:focus,
textarea:focus-within,
select:focus,
select:focus-within {
border: 0;
outline: var(--outline-default);
}
select {
color: var(--text-color);
border: var(--border-gray);