TACC / Core-Styles

CSS dist files, source code, and build process for TACC-branded projects.
https://tacc.utexas.edu/static/ui
0 stars 0 forks source link

Disabled Button Shows Hover and Active State #366

Open wesleyboar opened 1 month ago

wesleyboar commented 1 month ago

Overview

A button that is disabled still shows :hover and :active state ui.

Steps

  1. Have a <button disabled>.
  2. Interact with button:
    • Hover over button.
    • Click button.

Expected

[!IMPORTANT] If the UI does not change, then change step 2 to:

  • Enable :hover state via browser developer tools.
  • Enable :active state via browser developer tools.

Actual

Notes

[!NOTE] Affects primary, secondary, and tertiary buttons.