UX: Change direction of focus outline (#24605)

This commit is contained in:
Jordan Vidrine
2023-11-28 10:58:16 -06:00
committed by GitHub
parent e85a81f33c
commit 8f901cdd38
2 changed files with 1 additions and 2 deletions

View File

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