You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A button being in the :disabled state does not actually prevent it from being :active when the button is pressed. No action will occur, but the CSS state is entered.
Our buttons should not take on their :active appearance when disabled.
The text was updated successfully, but these errors were encountered:
A button being in the
:disabled
state does not actually prevent it from being:active
when the button is pressed. No action will occur, but the CSS state is entered.Our buttons should not take on their
:active
appearance when disabled.The text was updated successfully, but these errors were encountered: