Skip to content

Commit be6b2d3

Browse files
committed
[AUTO] Sync MapML Build
1 parent 7bc86af commit be6b2d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/mapml.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@
298298
g[role="button"] path:focus,
299299
g[role="button"] path:hover,
300300
path[tabindex="0"]:focus {
301-
stroke: #0000EE;
302-
stroke: LinkText;
301+
stroke: #0000EE!important;
302+
stroke: LinkText!important;
303303
}
304304
g[role="link"]:focus:not(:focus-visible),
305305
g[role="link"]:focus:not(:focus-visible) path,
@@ -5210,7 +5210,7 @@
52105210
for (let p of layer._parts) {
52115211
if (p.rings){
52125212
this._createPath(p, layer.options.className, layer.featureAttributes['aria-label'], layer.options.interactive, layer.featureAttributes);
5213-
//if(layer.outlinePath) p.path.style.stroke = "none";
5213+
if(layer.outlinePath) p.path.style.stroke = "none";
52145214
}
52155215
if (p.subrings) {
52165216
for (let r of p.subrings) {

0 commit comments

Comments
 (0)