I have some buttons in my app, and I can't seem to figure out how to get rid of that blue haze shadow border after the user clicks on the button.
I was able to get rid of it when the user clicks on the button by using a style sheet, setting the button active state's box-shadow to 0 pixels. Yet, after the user presses the button, the blue shadow still appears. I tried the link state, hover state, and visited state, and nothing seems to work.
I also tried using the "!important" terminology in css, and that didn't work either.
Any ideas?