Opened 10 years ago
Closed 10 years ago
#26004 closed defect (bug) (fixed)
MP6: No visual difference between active and disabled state of checkboxes and radio buttons
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | |
Focuses: | ui | Cc: |
Description
For the customized checkboxes and radio buttons, there's no visual difference between active and disabled state (disabled
attribute in the <input type="checkbox|radio" disabled="disabled" />
HTML), making it impossible to tell the difference between a checkbox/radio button that can be toggled and one that can not be toggled.
I suggest to use a desaturated/semitransparent color for the tick mark/bullet (for cases when the checkbox/radio button is checked), and maybe a light gray as the background color (for both possibilities of checked
), similar to how disabled text inputs are handled.
Change History (7)
#2
@
10 years ago
- Owner set to iammattthomas
- Resolution set to fixed
- Status changed from new to closed
#5
@
10 years ago
Shouldn't [26170] go to wp-admin.css
rather than colors-fresh.css
? Doesn't appear to be color-specific.
Note: See
TracTickets for help on using
tickets.
In 26170: