From 315eaae300b8a311992af442133bb7b92b4d1382 Mon Sep 17 00:00:00 2001 From: Sanpaku <67713780+ithrts@users.noreply.github.com> Date: Mon, 10 Jan 2022 09:21:25 +0100 Subject: [PATCH] added back safari/ios fix --- assets/css/Yotsuba B.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/Yotsuba B.css b/assets/css/Yotsuba B.css index 5ecc22b..78ba538 100644 --- a/assets/css/Yotsuba B.css +++ b/assets/css/Yotsuba B.css @@ -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 {