Answers for "select option no border"

CSS
1

remove border select css

select#xyz {
   border:0px;
   outline:0px;
}
Posted by: Guest on April-20-2020
0

select html stop blue border

select:focus {
  box-shadow: none;
  outline: none;
}
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language