In firefox to have focused a select puts me some points that I do not know exactly how to remove.
I've taken them off once, but I do not remember what it was like.
If I'm not mistaken, it's with outline, but in firefox, it's over.
.txt {
padding: 10px;
&:read-write:focus {
background: #eeeeee;
outline: none;
}
}
<div class="txt" contenteditable="true">Lorem ipsum</div>
I give an example of what happens ... with safari I see a background, but with firefox I see the little dots.