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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {

View File

@ -69,7 +69,6 @@
@include form-item-sizing;
font-weight: 500;
overflow: hidden;
transition: all 0.25s;
cursor: pointer;
display: flex;
align-items: stretch;