Opened 9 years ago
Closed 8 years ago
#36093 closed defect (bug) (fixed)
Increase Customizer Expand/Collapse Button for Accessibility
Reported by: | mrwweb | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | accessibility | Cc: |
Description
At present, the expand/collapse button for the customizer is 20px-square. That's half the minimum recommended target size for accessible touch interfaces.
The button should instead be 40px-square at a minimum and ideally 50px-square...er...circle. This would also hopefully begin to address the find-ability of the Customizer when collapsed raised in #29949.
Attachments (5)
Change History (11)
#2
@
9 years ago
- Summary changed from Increase Customer Expand/Collapse Button for Accessibility to Increase Customizer Expand/Collapse Button for Accessibility
#3
@
8 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.6
We can fix this pretty easily by adding padding to the button element. This has no visual impact, but results in a click area 45px tall and fairly wide (varying with the translation text). See 36093.diff.
Note: See
TracTickets for help on using
tickets.
Increase padding on customizer collapse/expand button (no visual changes).