rustdoc: fix file picker marker renders twice on ios
This commit is contained in:
parent
468acca108
commit
7fdce6498a
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue