This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Description
I have a <fieldset> element (with .group) with two buttons and an input element in it. The input has group-hover (background color) applied but the buttons don't (they have individually applied hover: classes). I also have group-disabled applied to change the background color of all elements.
Now when the <fieldset> is disabled, I have the group-disabled background color applied to everything but group-hover background color change is also being triggered when I hover the group.
I need no-hover and group-disabled applied at the same time, it seems. I would be good to have a group-disabled-no-hover class added to the plugin. I tried adding it but can't get it working right.