necolas/css3-github-buttons

IE 7 - 9 show click style after mouseout.

Ag0n opened this issue · 1 comments

Ag0n commented

Under IE 7 - 9 when you click on a button that does not cause a postback to be sent IE will continue to apply the hover and click style to the button until you click on something other than the button even after mouseout.

I've corrected this issue in my local copy by removing the .button:focus selector from line 42. Not sure if this is truly an issue or should just be noted as a side effect.

Thanks but this is just what those browsers do. The :focus styles are important for accessibility.