1
Fork 0

rustdoc: fix file picker marker renders twice on ios

This commit is contained in:
Roland Strasser 2022-10-08 15:26:06 +02:00
parent 468acca108
commit 7fdce6498a

View file

@ -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;