0
I put this code in my projects to eliminate the color when something is selected, however the times "blank spaces" that stay are colored with colors that should not, have to avoid or put transparent too?
::selection {
background-color: transparent;
}
::-moz-selection {
background-color: transparent;
}
::-webkit-selection {
background-color: transparent;
}
Example:
It really works but then I completely lose the functionality of that FOKUS script.. There is no alternative ?
– Vinícius Lara
@user3163662 is using that browser? and can post the code that is showing the selected space?
– Maicon Carraro
I could not reproduce the error, unfortunately. I will accept your reply, thank you!
– Vinícius Lara