added back safari/ios fix

This commit is contained in:
Sanpaku 2022-01-10 09:21:25 +01:00
parent 49d6dfc9d8
commit 315eaae300

View File

@ -615,6 +615,12 @@ details summary::marker {
content: '';
}
/*marker animations do not work on safari for mac+ios as of 2021/12/27. Compat fix */
summary::-webkit-details-marker {
display: none;
}
/* end fix */
details summary:before,
details[open] details summary:before,
details[open] details[open] details summary:before {