0
Maybe this is the property outline
of the CSS.
You can disable it like this:
select { outline: none }
More information about this property: W3schools Outline Property.
0
0
Maybe this is the property outline
of the CSS.
You can disable it like this:
select { outline: none }
More information about this property: W3schools Outline Property.
Browser other questions tagged css front-end firefox
You are not signed in. Login or sign up in order to post.
I’m already using Outline, but even so appears this dotted.
– Diego Vieira
Use
select * { outline: none }
, thus, all elements below theselect
will not have theoutline
. If not, post your full code, with HTML and CSS.– Douglas Garrido
This happens even without styling, only with tags already happens.
– Diego Vieira
Post your code in favor, HTML and CSS, so I can help you better.
– Douglas Garrido