Skip to content

Commit ebecf64

Browse files
committed
Use disclosure-closed only per feedback
1 parent 5145b41 commit ebecf64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/mapml.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,9 @@
307307
.mapml-contextmenu-item[aria-controls] span::after {
308308
content:"";
309309
display: list-item;
310-
list-style-type: disclosure-open;
310+
list-style-type: disclosure-closed;
311311
margin-inline-start: 20px;
312312
}
313-
.mapml-contextmenu-item[aria-expanded="false"] span::after {
314-
list-style-type: disclosure-closed;
315-
}
316313
}
317314

318315
/*

0 commit comments

Comments
 (0)