Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html css hide details arrow


details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #css #hide #details #arrow
ADD COMMENT
Topic
Name
9+7 =