Skip to content

Commit

Permalink
Merge pull request #80 from fabulousgk/main
Browse files Browse the repository at this point in the history
Update to properly suppress summary marker
  • Loading branch information
elad2412 authored Oct 24, 2023
2 parents 0f6c8ca + 6c59c53 commit 29e73e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ a, button {
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
ol, ul, menu, summary {
list-style: none;
}

Expand Down Expand Up @@ -75,11 +75,6 @@ meter {
color: unset;
}

/* remove default dot (•) sign */
::marker {
content: initial;
}

/* fix the feature of 'hidden' attribute.
display:revert; revert to element instead of attribute */
:where([hidden]) {
Expand Down

0 comments on commit 29e73e7

Please sign in to comment.