M
M
maksim0308932015-10-09 16:00:32
css
maksim030893, 2015-10-09 16:00:32

How to remove dotted border from focus element in opera?

In the 12th opera, selects in focus have a selection, how to remove it? outline: none; does not work. transform: rotate(0); worked, but the arrows disappearedc316a76420ab40cfaedccfb3fd208b50.png77bb0d837e8d451eab33989442ec9225.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivanq, 2015-10-09
@Ivanq

*:focus {
    outline: none;
}
/* или */
*:not(#someidthatdoesntexist) {
    outline: none;
}

?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question