Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove arrow summary tag css

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #arrow #summary #tag #css
ADD COMMENT
Topic
Name
5+1 =