elad2412/the-new-css-reset

Remove list-style on `summary`

idesmar opened this issue · 1 comments

summary has list style that needs to be removed.

summary_list_style
https://codepen.io/idesmar/pen/JjvyJRa?editors=1000

Added patch for new version 1.8.1

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