Skip to content

Commit

Permalink
Merge pull request #137 from ithrts/main
Browse files Browse the repository at this point in the history
added back safari/ios fix
  • Loading branch information
ithrts authored Jan 10, 2022
2 parents 49d6dfc + 315eaae commit c2a351f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/Yotsuba B.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c2a351f

Please sign in to comment.