button::-moz-focus-inner { border: 0; }
works for buttons...
what about for select
/option
html tag?
i try everything what is here: How to remove Firefox's dotted outline on BUTTONS as well as links?
but i open new question becouse there is talking about buttons...
Are you getting blue borders around links, inputs, or buttons in the Chrome browser? Or a dotted border in Firefox browsers? To fix this, youll need to add the outline: none; style to a :focus selector for any element that shows the problem.
select, option {
border: 0 none;
outline: 1px none;
}
always works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With