chore: cleanup
This commit is contained in:
parent
54cc4bdc01
commit
ae03a77a67
13 changed files with 12 additions and 156 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue