Skip to content

Commit

Permalink
fix(history button): Safari
Browse files Browse the repository at this point in the history
- Hiding default arrow
  • Loading branch information
svenlivingdocs authored and marcbachmann committed Feb 3, 2025
1 parent 4496573 commit 41e37eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/hugo-docs/assets/elements/history-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@
overflow: hidden;
border-left: 1px solid $color-grey-6;
}

&::-webkit-details-marker {
display: none;
}
}

0 comments on commit 41e37eb

Please sign in to comment.