Skip to content

Commit

Permalink
Merge pull request #81 from dumindu/webkit-details-summary
Browse files Browse the repository at this point in the history
Remove details summary webkit styles
  • Loading branch information
elad2412 authored Nov 15, 2023
2 parents 8eab206 + bd9d314 commit bb5d0a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ meter {
all: revert;
box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
display: none;
}

0 comments on commit bb5d0a1

Please sign in to comment.