added focus to toolbar elements #1206

user menu can be also accessed on other browsers #1209
This commit is contained in:
daria 2023-09-05 14:42:42 +03:00
parent d06c8e7ff3
commit bd6de021e2
1 changed files with 5 additions and 2 deletions

View File

@ -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;
@ -1219,3 +1221,4 @@
}
}