Skip to content

Commit

Permalink
Remove <summary>'s marker in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayosec committed Sep 15, 2024
1 parent 999011e commit 51a5cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ffdocs/view/styles/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ nav {

transition: transform 200ms ease-in;
}

// Only needed in Safari.
&::-webkit-details-marker { display: none; }
}

&[open] > summary::after {
Expand Down

0 comments on commit 51a5cf5

Please sign in to comment.