how do I remove the yellow border on buttons that appear in Google Chrome. I have tried to override the style, but imagine if you have to do this for every button.
.dijitReset .dijitStretch .dijitButtonContents{
outline:none;
}
Any ideas?
Actually that worked for me. I did this (since I use claro theme)
.claro *
{
outline: none;
}
So when you do something like this <body class="claro"> ... </body>
it should work.
I've been looking for a way to do this since a few days but your css snippet took me into the right direction.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With