File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3535 < div class ="mat-checkbox-mixedmark "> </ div >
3636 </ div >
3737 </ div >
38-
3938 < span class ="mat-checkbox-label " #labelWrapper >
4039 <!-- Add an invisible span so JAWS can read the label -->
4140 < span style ="display:none "> </ span >
Original file line number Diff line number Diff line change @@ -418,6 +418,13 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
418418 }
419419}
420420
421+ mat-checkbox-input {
422+ // Move the input to the bottom and in the middle.
423+ // Visual improvement to properly show browser popups when being required.
424+ bottom : 0 ;
425+ left : 50% ;
426+ }
427+
421428.mat-checkbox-ripple {
422429 position : absolute ;
423430 left : - $_mat-checkbox-ripple-size ;
Original file line number Diff line number Diff line change 1010 [mdRippleDisabled] ="_isRippleDisabled() "
1111 [mdRippleCentered] ="true "> </ div >
1212 </ div >
13+
1314 < input #input class ="mat-radio-input cdk-visually-hidden " type ="radio "
1415 [id] ="inputId "
1516 [checked] ="checked "
You can’t perform that action at this time.
0 commit comments