mirror of https://github.com/xwiki-labs/cryptpad
added focus to toolbar elements #1206
user menu can be also accessed on other browsers #1209
This commit is contained in:
parent
d06c8e7ff3
commit
bd6de021e2
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue