Make map location HTML class names consistent

We were using `map_location` in one place and
`location-map-remove-marker` in another one. We usually use dashes in
HTML class names, we don't say "location map" anywhere else.
This commit is contained in:
Javi Martín
2023-05-02 15:47:14 +02:00
parent f4ef6412b6
commit a145fdb8a8
6 changed files with 40 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
.location-map-remove-marker {
.map-location-remove-marker {
border-bottom: 1px dotted #cf2a0e;
color: $delete;
display: inline-block;