Twitter bootstrap – Override twitter-bootstrap css
I'm using a button with bootstrap, something like: <a href="" ng-click="controller.refresh()" class="btn btn-default glyphicon glyphicon-repeat bootstrap-refresh"></a> I want to disable the style change when the button is hovered or click. I figured I could do this by overriding btn-default:focus or…