Skip to content

Commit 7fdce64

Browse files
committed
rustdoc: fix file picker marker renders twice on ios
1 parent 468acca commit 7fdce64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

+5
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,11 @@ details[open].dir-entry > summary::after {
15151515
content: " ▼";
15161516
}
15171517

1518+
details.dir-entry > summary::-webkit-details-marker,
1519+
details.dir-entry > summary::marker {
1520+
display: none;
1521+
}
1522+
15181523
details.dir-entry > summary {
15191524
margin: 0 0 0 13px;
15201525
list-style: none;

0 commit comments

Comments
 (0)