From 11027010282e70f3d6efbff82cbe3fe3676d3d65 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 29 Jul 2023 17:46:48 +0100 Subject: [PATCH] Fix marker presence --- themes/hello-friend-ng/assets/scss/_single.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/hello-friend-ng/assets/scss/_single.scss b/themes/hello-friend-ng/assets/scss/_single.scss index 5599eee8..f6150f69 100644 --- a/themes/hello-friend-ng/assets/scss/_single.scss +++ b/themes/hello-friend-ng/assets/scss/_single.scss @@ -316,6 +316,11 @@ details.spoiler { &[open] > summary { display: inline; + list-style: none; + + &::marker, &::-webkit-details-marker { + display: none; + } span.open { transform: rotate(-90deg);