fix: focus
This commit is contained in:
parent
ae03a77a67
commit
9578c59401
3 changed files with 3 additions and 10 deletions
|
@ -26,13 +26,6 @@ form:has(+ *) {
|
|||
margin-bottom: var(--spacing-base);
|
||||
}
|
||||
|
||||
input:focus,
|
||||
input:focus-within,
|
||||
textarea:focus,
|
||||
textarea:focus-within {
|
||||
padding: calc(var(--spacing-sm) + 1px);
|
||||
}
|
||||
|
||||
select {
|
||||
color: var(--text-color);
|
||||
border: var(--border-gray);
|
||||
|
|
Reference in a new issue