From 41e37eb985ace174190630c625c50816fa52eaba Mon Sep 17 00:00:00 2001 From: svenlivingdocs Date: Mon, 3 Feb 2025 09:17:52 +0100 Subject: [PATCH] fix(history button): Safari - Hiding default arrow --- themes/hugo-docs/assets/elements/history-button.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/hugo-docs/assets/elements/history-button.scss b/themes/hugo-docs/assets/elements/history-button.scss index feb3ef5a1..8fc036e39 100644 --- a/themes/hugo-docs/assets/elements/history-button.scss +++ b/themes/hugo-docs/assets/elements/history-button.scss @@ -39,4 +39,8 @@ overflow: hidden; border-left: 1px solid $color-grey-6; } + + &::-webkit-details-marker { + display: none; + } }