Answers for "arrow up and down symbol firefox remove using css"

CSS
1

remove arrow summary tag css

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
Posted by: Guest on August-31-2020

Code answers related to "arrow up and down symbol firefox remove using css"

Browse Popular Code Answers by Language