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);