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
In high contrast, the border color styling of button is not refreshing when going from hover to disabled or enabled. In this case, the button keeps the hover border color until it is hovered again (see video)
Please provide a reproduction of the issue in a codepen:
Insert a button with three states - hover, enabled, disabled - where clicking on an enabled button should disable the button until external value has changed again (see video).
Click on enabled button
Actual behavior:
The button becomes disabled, therefore changing the styling color to the button:disabled one, except for the border color which persists from the button:hover styling until the button is hovered again.
Expected behavior:
The button becomes disabled and changes its color styling to button:disabled
Environment Information
Describe the issue:
In high contrast, the border color styling of button is not refreshing when going from hover to disabled or enabled. In this case, the button keeps the hover border color until it is hovered again (see video)
Please provide a reproduction of the issue in a codepen:
Repro:
Actual behavior:
The button becomes disabled, therefore changing the styling color to the button:disabled one, except for the border color which persists from the button:hover styling until the button is hovered again.
Expected behavior:
The button becomes disabled and changes its color styling to button:disabled
resetHCrepro.mp4