sebastianha / angular-bootstrap-checkbox

A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design
MIT License
148 stars 66 forks source link

Remove Glow and blue border #10

Closed alaksandarjesus closed 9 years ago

alaksandarjesus commented 9 years ago

When i click on the checkbox i am getting a glow or border around it. How to remove it.

Thanks for providing such a wonderful directive.

alaksandarjesus commented 9 years ago

This code removed it.

.btn:focus,.btn:active:focus,.btn.active:focus, .btn.focus,.btn:active.focus,.btn.active.focus { outline: none; }

Thanks to

http://stackoverflow.com/questions/21201080/bootstrap-button-remove-outline-on-chrome-os-x

sebastianha commented 9 years ago

Thanks for the info, I will include this in the next release!