Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

details summary hide arrow

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #details #summary #hide #arrow
ADD COMMENT
Topic
Name
2+7 =