mirror of https://github.com/xwiki-labs/cryptpad
fix focus style on the home page
This commit is contained in:
parent
b1927f8078
commit
08aeefed1d
|
@ -301,7 +301,7 @@ body.html {
|
|||
&:hover {
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
}
|
||||
i {
|
||||
|
|
Loading…
Reference in New Issue