I am using this CSS
.reasonButton:focus{
color: #fff;
background-color: #676666;
border-color: #adadad;
outline: none;
}
Can anybody help me with this problem? Thanks
.btn:focus {
outline: none !important;
outline-offset: none !important;
}
In my case, It was solved by using the above code
button:focus {
box-shadow: none !important;
}
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