Skip to content

Commit bd80a7c

Browse files
committed
add disabled styling
1 parent 4599146 commit bd80a7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/App.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,18 @@ $border-radius: 6px;
9090

9191
background-position: bottom -11px left -15px;
9292
}
93+
9394
.leaflet-touch .leaflet-bar a:hover {
9495
filter: contrast(95%);
9596
}
97+
.leaflet-touch .leaflet-bar a.leaflet-disabled {
98+
filter: contrast(220%) brightness(0.9);
99+
100+
:hover {
101+
filter: contrast(220%);
96102

103+
}
104+
}
97105
.leaflet-control-attribution {
98106
display: none;
99107
}

0 commit comments

Comments
 (0)