I want to do is remove the button blue box shadow effect in my class btnd
if the button is click.
current output:
i tried this but it doesnt work.
.btnd:active,
.btnd.active {
background-image: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}