fix some inconsistencies with leaflet control hover state
This commit is contained in:
parent
c55ce4cb08
commit
4552f17a5c
1 changed files with 4 additions and 1 deletions
|
@ -907,7 +907,10 @@ main:not([data-view=route-result]) #route-summary {
|
||||||
.leaflet-control-user-location a {
|
.leaflet-control-user-location a {
|
||||||
font-size: 20px;
|
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;
|
color: #BBBBBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue