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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually that worked for me. I did this (since I use claro theme)
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.