Skip to content

Commit

Permalink
fix safari summary marker style
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Mar 10, 2024
1 parent 8c4380c commit 982f7a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

/**
* To hide the default marker of the summary element on Safari
*/
summary.marker\:content-none::-webkit-details-marker {
display: none;
}

0 comments on commit 982f7a3

Please sign in to comment.