fix some inconsistencies with leaflet control hover state

This commit is contained in:
Laura Klünder 2019-12-22 23:05:34 +01:00
parent c55ce4cb08
commit 4552f17a5c

View file

@ -907,7 +907,10 @@ main:not([data-view=route-result]) #route-summary {
.leaflet-control-user-location a {
font-size: 20px;
}
.leaflet-bar .control-disabled, .leaflet-bar .control-disabled:hover {
.leaflet-bar a:focus {
color: black;
}
.leaflet-bar .control-disabled, .leaflet-bar .control-disabled:hover, .leaflet-bar .control-disabled:focus {
color: #BBBBBB;
}