Skip to content

Commit

Permalink
rustdoc: fix file picker marker renders twice on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
rol1510 committed Oct 9, 2022
1 parent 468acca commit 7fdce64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,11 @@ details[open].dir-entry > summary::after {
content: " ▼";
}

details.dir-entry > summary::-webkit-details-marker,
details.dir-entry > summary::marker {
display: none;
}

details.dir-entry > summary {
margin: 0 0 0 13px;
list-style: none;
Expand Down

0 comments on commit 7fdce64

Please sign in to comment.