mariusmucenicu / knowlift

A software that will keep you sharp between the ears.
https://knowlift.com/
GNU General Public License v3.0
0 stars 1 forks source link

Disable hover when button is disabled and improve styling #143

Closed mariusmucenicu closed 5 years ago

mariusmucenicu commented 5 years ago

On the play page the buttons that submit the user answer are by default disabled because there's no value in the form, however the hover is still active even when the button is disabled. As a consequence the button's style will change upon hovering (gaining the focus effect and a darker text colour)

Solution:

mariusmucenicu commented 5 years ago

Resolved by #144