Skip to content
Snippets Groups Projects
Commit 3b0a5d7f authored by Tom Käsler's avatar Tom Käsler
Browse files

Merge branch '382-focus-hardly-visible-in-fullscreen' into 'master'

Inset for fullscreen buttons to highlight focus

Closes #382

See merge request arsnova/frag.jetzt!391
parents 812e5666 9e5a24ff
No related merge requests found
......@@ -58,7 +58,11 @@ main {
display:none;
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
transition:all 0.2s ease-in-out;
}
>button:focus{
box-shadow:inset 0 0 0 1px var(--on-surface);
}
}
.rescale_overlay>button{
margin-top:5px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment