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 35
35
< div class ="mat-checkbox-mixedmark "> </ div >
36
36
</ div >
37
37
</ div >
38
-
39
38
< span class ="mat-checkbox-label " #labelWrapper >
40
39
<!-- Add an invisible span so JAWS can read the label -->
41
40
< 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;
418
418
}
419
419
}
420
420
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
+
421
428
.mat-checkbox-ripple {
422
429
position : absolute ;
423
430
left : - $_mat-checkbox-ripple-size ;
Original file line number Diff line number Diff line change 10
10
[mdRippleDisabled] ="_isRippleDisabled() "
11
11
[mdRippleCentered] ="true "> </ div >
12
12
</ div >
13
+
13
14
< input #input class ="mat-radio-input cdk-visually-hidden " type ="radio "
14
15
[id] ="inputId "
15
16
[checked] ="checked "
You can’t perform that action at this time.
0 commit comments