UX: Remove redundant focus style (#12192)

This style is unnecessary because text inputs and textareas have
focus styles set elsewhere (lines 228 and 288 respectively) and we don't
have any `select` elements.
This commit is contained in:
Penar Musaraj 2021-02-23 16:20:39 -05:00 committed by GitHub
parent 76967ee788
commit bd679b95a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -186,10 +186,6 @@ textarea {
border-color: var(--primary-low);
}
&:not([type="checkbox"]):not([type="radio"]):focus {
@include default-focus;
}
&:focus:required:invalid {
color: var(--danger);
border-color: var(--danger);