Skip to content

Commit 2818fee

Browse files
committed
feat: styles for layer switcher options
1 parent 52e25d2 commit 2818fee

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

vis/stylesheets/modules/_geomap.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@
3838
transform: translate(-50%, -50%);
3939
}
4040

41+
.leaflet-control-layers-base > label {
42+
font-weight: 400;
43+
color: #818181;
44+
45+
&:hover {
46+
color: #333;
47+
}
48+
49+
.leaflet-control-layers-selector:checked + span {
50+
color: #333;
51+
}
52+
}
53+
4154
.leaflet-control-layers-base > label > span > span {
4255
font-size: 12px;
4356
}

0 commit comments

Comments
 (0)