Skip to content

Commit

Permalink
Meta: Fix options style in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Mar 2, 2023
1 parent 56d0001 commit cbe371c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ summary {
cursor: pointer;
}

summary::-webkit-details-marker {
display: none; /* Just for Safari. Chrome uses `list-style` */
}

summary:hover {
background: #aaa4;
}
Expand Down

0 comments on commit cbe371c

Please sign in to comment.