Skip to content

Commit

Permalink
Update css/reset.css
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Ribal <elektronik2k5@users.noreply.github.com>
  • Loading branch information
dumindu and elektronik2k5 authored Nov 7, 2023
1 parent 0ff4432 commit f8cbc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ meter {
/* - Fix the feature of 'hidden' attribute.
- display:revert; revert to element instead of attribute
- Remove details summary webkit styles */
:where([hidden]), details summary::-webkit-details-marker {
:where([hidden]), summary::-webkit-details-marker {
display: none;
}

Expand Down

0 comments on commit f8cbc8f

Please sign in to comment.