@@ -140,10 +140,12 @@ BODY {
140
140
display : none ;
141
141
}
142
142
143
- .map_container .marker :hover {
144
- z-index : 10 ;
143
+ .map_container .marker.active ,
144
+ .map_container .marker :hover {
145
+ z-index : 2 ;
145
146
}
146
147
148
+ .map_container .marker.active .marker-label ,
147
149
.map_container .marker :hover .marker-label {
148
150
display : initial ;
149
151
font-weight : bold ;
@@ -159,7 +161,7 @@ BODY {
159
161
height : 29px ;
160
162
}
161
163
162
- .map_container .marker-container.poi-hoverable.active ,
164
+ .map_container .marker.active .marker -container.poi-hoverable ,
163
165
.map_container .marker :hover .marker-container.poi-hoverable {
164
166
width : 30px ;
165
167
height : 35px ;
@@ -169,19 +171,19 @@ BODY {
169
171
.map_container .marker-container i {
170
172
font-size : 30px ;
171
173
color : white ;
172
- margin-top : - 3px ;
174
+ margin-top : calc ( -25 % + 3px ) ;
173
175
}
174
176
175
177
.map_container .marker-container.poi-hoverable :hover ,
176
- .map_container .marker-container.poi-hoverable.active {
178
+ .map_container .marker.active .marker -container.poi-hoverable {
177
179
z-index : 1 ;
178
180
}
179
181
180
182
.map_container .marker-container.poi-hoverable i {
181
183
font-size : 20px ;
182
184
}
183
185
184
- .map_container .marker-container.poi-hoverable.active i ,
186
+ .map_container .marker.active .marker -container.poi-hoverable i ,
185
187
.map_container .marker :hover .marker-container.poi-hoverable i {
186
188
font-size : 25px ;
187
189
}
@@ -190,7 +192,7 @@ BODY {
190
192
width : 24px ;
191
193
}
192
194
193
- .map_container .marker-container.poi-hoverable.active img ,
195
+ .map_container .marker.active .marker -container.poi-hoverable img ,
194
196
.map_container .marker-container.poi-hoverable :hover img {
195
197
width : 30px ;
196
198
}
0 commit comments