add outline to focused elements

This commit is contained in:
daria 2023-12-19 15:01:52 +02:00
parent fc1f60ff6a
commit 855c81ecc6
1 changed files with 3 additions and 4 deletions

View File

@ -360,11 +360,9 @@
.cp-toolbar {
* {
outline-width: 0;
outline-style: none;
&:focus {
outline-width: 1rem;
// color shows on chrome/edge, but not firefox
outline-color: grey; // XXX temporary color to change
outline: blue solid 2px;
}
}
@ -767,6 +765,7 @@
padding: 10px;
color: @toolbar-bg-color;
color: var(--toolbar-bg-color);
border-radius: 5px;
span {
font-size: 45px;