mirror of
https://github.com/ithrts/ImoutoIB.git
synced 2025-01-17 08:28:14 +01:00
added back safari/ios fix
This commit is contained in:
parent
49d6dfc9d8
commit
315eaae300
@ -615,6 +615,12 @@ details summary::marker {
|
|||||||
content: '';
|
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 summary:before,
|
||||||
details[open] details summary:before,
|
details[open] details summary:before,
|
||||||
details[open] details[open] details summary:before {
|
details[open] details[open] details summary:before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user