Skip to content

Commit

Permalink
add disabled styling
Browse files Browse the repository at this point in the history
  • Loading branch information
basilleaf committed Jul 28, 2022
1 parent 4599146 commit 586d182
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,18 @@ $border-radius: 6px;

background-position: bottom -11px left -15px;
}

.leaflet-touch .leaflet-bar a:hover {
filter: contrast(95%);
}
.leaflet-touch .leaflet-bar a.leaflet-disabled {
filter: contrast(220%);

:hover {
filter: contrast(220%);

}
}
.leaflet-control-attribution {
display: none;
}
Expand Down

0 comments on commit 586d182

Please sign in to comment.