Dotted effect on select and button in Firefox

Asked

Viewed 91 times

0

Is there any way to remove this stippling that appears when you click on a select or button in firefox?inserir a descrição da imagem aqui

1 answer

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.

  • I’m already using Outline, but even so appears this dotted.

  • Use select * { outline: none }, thus, all elements below the select will not have the outline. If not, post your full code, with HTML and CSS.

  • This happens even without styling, only with tags already happens.

  • Post your code in favor, HTML and CSS, so I can help you better.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.