-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Closed
Copy link
Labels
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: cdk/a11yarea: material/checkbox
Description
Reproduction
https://stackblitz.com/edit/components-issue-zyqjwi
Steps to reproduce:
- Place
Material Checkbox
afterMaterial Menu Trigger
button. (Maybe exist more scenarios) Tab
out from menu
Expected Behavior
Material Checkbox
focused and has focused styles.
Actual Behavior
Material Checkbox
focused but but does not have any focused styles.
Current behavior based on the next rule from src/material/checkbox/checkbox.scss
:
.mat-checkbox.cdk-keyboard-focused & {
opacity: 0.12;
}
Environment
- Angular: 9.1.0-next.4
- CDK/Material: 9.1.3
- Browser(s): It does not matter
- Operating System (e.g. Windows, macOS, Ubuntu): It does not matter
yuriydetsyk, zbagley, JonWallsten and mdickopp
Metadata
Metadata
Assignees
Labels
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: cdk/a11yarea: material/checkbox