Closed NV closed 11 years ago
flying-focus.css:17-19: outline: none doesn’t work in Firefox.
outline: none
"How to remove Firefox's dotted outline on BUTTONS as well as links?" suggests to use:
::-moz-focus-inner { border: 0; }
Unfortunately, in Firefox 23.0.1 it only works combined with -moz-appearance: none :( http://jsbin.com/UZOTAri/1/edit Bootstrap uses this but I can’t pollute host’s page style.
-moz-appearance: none
flying-focus.css:17-19:
outline: none
doesn’t work in Firefox."How to remove Firefox's dotted outline on BUTTONS as well as links?" suggests to use:
Unfortunately, in Firefox 23.0.1 it only works combined with
-moz-appearance: none
:( http://jsbin.com/UZOTAri/1/edit Bootstrap uses this but I can’t pollute host’s page style.