Actually, it worked for me. I did it (since I use the claro theme)
.claro *
{
outline: none;
}
So, when you do something like this <body class="claro"> ... </body>, it should work. I was looking for a way to do this in a few days, but your css snippet took me in the right direction.
source
share