rouen: give visible keyboard focus to buttons

This commit is contained in:
Frédéric Péters 2022-04-10 13:58:59 +02:00
parent c371d90543
commit 2efd139370
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ element-invisible {
&:hover {
box-shadow: none;
}
&:focus-visible {
outline: 2px solid $red;
outline-offset: 1px;
}
}
h1, h2, h3, h4, div.textcell h3, div.textcell h4 {