Reputation: 13
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.
Upvotes: 1
Views: 544
Reputation: 290
Try this css:
a, a:active{ outline: none!important; }
Upvotes: 3