Skip to content

Commit 744eedb

Browse files
committed
feat: styles for the zoom control buttons
1 parent 7834a0e commit 744eedb

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

vis/stylesheets/modules/_geomap.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,20 @@
6868
0 1px 5px 0 rgba(0, 0, 0, 0.2);
6969
border: none;
7070
}
71+
72+
.leaflet-control-zoom {
73+
box-shadow:
74+
0 2px 2px 0 rgba(0, 0, 0, 0.14),
75+
0 3px 1px -2px rgba(0, 0, 0, 0.12),
76+
0 1px 5px 0 rgba(0, 0, 0, 0.2);
77+
border: 0;
78+
79+
& > a > span {
80+
color: #818181;
81+
}
82+
83+
& > a[aria-disabled="false"]:hover > span,
84+
& > a[aria-disabled="false"] > span {
85+
color: #333;
86+
}
87+
}

0 commit comments

Comments
 (0)