Answers for "css hide up and down arrow in the number box"

CSS
0

html css hide details arrow

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
Posted by: Guest on June-14-2021

Code answers related to "css hide up and down arrow in the number box"

Browse Popular Code Answers by Language