#Focus-visible does not work on MDC Radio/Checkbox while hover works

2 messages · Page 1 of 1 (latest)

strange briar
#

Example this works .mat-mdc-radio-button .mdc-radio:hover {
outline: 1.5px solid black !important;
} but this does not .mat-mdc-radio-button .mdc-radio:focus-visible {
outline: 1.5px solid black !important;
}

narrow vessel