-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Affects: UsabilityRelates to the usability of our code or componentsRelates to the usability of our code or components
Milestone
Description
Describe the bug
Disabled dropdowns are not grayed out like disabled inputs.
Steps to reproduce the bug
- Setting the
disabledattribute on aselectelement.
Expected behavior
- A
disabledselectelement should be grayed and have the same styling asdisabledinputs.
Screenshots
System setup
- USWDS version: [email protected]
- Device: Macbook
- Operating system: Catalina (10.15.7)
- Browser and version: Chrome 93.0.4577.63
Additional context
I was doing some snooping on the HTML / CSS, and it seems like the background-color to gray it out is there but that it's being overriden.
Metadata
Metadata
Assignees
Labels
Affects: UsabilityRelates to the usability of our code or componentsRelates to the usability of our code or components
Type
Projects
Status
Done