Enable focus styling for leaflet control buttons

Fixes #3633
This commit is contained in:
Andy Allan 2022-08-03 14:58:40 +01:00
parent 6b69655812
commit d235b12767

View file

@ -283,7 +283,8 @@ body.compact-nav {
margin-bottom: 10px;
outline: none;
&:hover {
&:hover,
&:focus {
background-color: black;
}