Skip to content

Commit

Permalink
added focus to toolbar elements #1206
Browse files Browse the repository at this point in the history
user menu can be also accessed on other browsers #1209
  • Loading branch information
dariiing committed Sep 5, 2023
1 parent d06c8e7 commit bd6de02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions customize.dist/src/less2/include/toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,14 @@
* {
outline-width: 0;
&:focus {
outline-width: 0;
outline-width: 1rem;
// color shows on chrome/edge, but not firefox
outline-color: grey; // XXX temporary color to change
}
}

box-sizing: border-box;
padding: 0px;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
Expand Down Expand Up @@ -1219,3 +1221,4 @@
}
}


0 comments on commit bd6de02

Please sign in to comment.