Skip to content

Commit f00dfee

Browse files
committed
Remove opinionated color of popup's close button
1 parent 1ed4e32 commit f00dfee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mapml.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
}
3737

3838
/* Remove opinionated color of links. */
39-
.leaflet-container a {
39+
.leaflet-container a,
40+
.leaflet-container a.leaflet-popup-close-button,
41+
.leaflet-container a.leaflet-popup-close-button:hover {
4042
color: initial;
4143
}
4244

0 commit comments

Comments
 (0)