7 ms·
Or just button:focus{ outline:none; }. That should remove focus styling on all browsers, last I checked.
by nkorth 13y ago
Or just button:focus{ outline:none; }. That should remove focus styling on all browsers, last I checked.
- mrtbld 13y agoNot on Firefox. It doesn't use the pseudo-class :focus{outline} for buttons' dotted line, but the pseudo-element ::-moz-focus-inner on which a border is applied. Note that the dotted line appears inside the button, around the text, and not around the button like :focus{outline} would do.