Skip to content

Commit

Permalink
Fix select tab focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed Nov 26, 2024
1 parent 9ea18e1 commit 7ee63c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/complete.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/scss/common/_setup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ a:focus-visible img,
box-shadow: var(--in-focus-box-shadow);
}

*:not(.checkmark):focus-visible {
*:not(.checkmark, select):focus-visible,
.user-is-tabbing select:focus-visible {
color: var(--in-focus-color) !important;
}

Expand Down

0 comments on commit 7ee63c9

Please sign in to comment.