joecrosby / joe_game

my own version of ad cap
0 stars 0 forks source link

product button press adds inline style that overrides :hover:enabled on css file #5

Closed joecrosby closed 8 years ago

joecrosby commented 8 years ago

when page is loaded, a hover:enabled color change is applied to the product button. however, when the button is pressed, js applies an inline style that is not removed, meaning that the css rule in the external file is currently only applicable before the button is pressed. should apply at all times while button is not disabled