FIX: Add more specificity to outline (#24611)

This commit is contained in:
Jordan Vidrine 2023-11-28 12:44:45 -06:00 committed by GitHub
parent 12902c1fc1
commit 35dde2da21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ $hpad: 0.65em;
@mixin default-focus() {
border-color: var(--tertiary);
outline: 1px solid var(--tertiary);
outline: 2px solid var(--tertiary);
outline-offset: -2px;
}