fix: focus

This commit is contained in:
Cory Dransfeldt 2024-09-18 15:03:55 -07:00
parent ae03a77a67
commit 9578c59401
No known key found for this signature in database
3 changed files with 3 additions and 10 deletions

View file

@ -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);