1

Good day ladies and gentlment of stackoverflow. I would just like to ask if how could i remove the blue border when I click the one of the options in my select-bootstrap select tag. enter image description here

Shady Alset
  • 5,548
  • 4
  • 21
  • 34

1 Answers1

3

Try this css:

a, a:active{
    outline: none!important; 
}
entryton
  • 280
  • 5
  • 18