Skip to content

Commit

Permalink
A11y: add _a11y.scss and reset focus outline in manager modxcms#16612
Browse files Browse the repository at this point in the history
override .ext-webkit *:focus{ outline: none !important; }
  • Loading branch information
jenswittmann authored and opengeek committed Sep 23, 2024
1 parent 1755b98 commit dd811eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _build/templates/default/sass/_a11y.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.ext-webkit *:focus{
outline: auto !important;
}
1 change: 1 addition & 0 deletions _build/templates/default/sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $fa-css-prefix: fa;
@import "help";
@import "trash";
@import "package-management";
@import "a11y";

.icon {
@extend %pseudo-font;
Expand Down

0 comments on commit dd811eb

Please sign in to comment.