-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Click targets are too small for some controls #8000
Copy link
Copy link
Open
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: manyArea label for issues related to many componentsArea label for issues related to many componentstarget: majorThis PR is targeted for the next major releaseThis PR is targeted for the next major release
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: manyArea label for issues related to many componentsArea label for issues related to many componentstarget: majorThis PR is targeted for the next major releaseThis PR is targeted for the next major release
Material Design spec says that all touch targets much be at least 48x48.
mat-checkbox, mat-radio-button, and mat-slide-toggle are only 20x20 (with no label). The slider thumb is also too small.
Adding a padding to the
<label>element within the template would resolve this (while keeping the visuals unchanged), but would be a major breaking change for people's layouts. We need to explore a non-breaking migration path for this.This issue is not open for PRs until we have a clear migration strategy. Other components may be too small as well and will need to be audited.