C
C
Cadeniuc Ion2019-09-15 01:37:02
css
Cadeniuc Ion, 2019-09-15 01:37:02

How can I remove this outline from Firefox?

This is how it will appear when selected.
*But this is only from the Mac as seen will appear. On Windows, Firefox is fine.
Thanks in advance.
5d7d6b40c487c019007290.png
https://codepen.io/Cadeniuc/project/editor/ZrjnkJ

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2019-09-16
@Cadeniuc

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

G
godsplane, 2019-09-15
@godsplane

textarea:focus, input:focus{
    outline: none;
}

Cadeniuc Ion , put it on codepen or give an example with code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question