Closed
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