File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,13 @@ $mat-button-toggle-border-radius: 2px !default;
38
38
.mat-button-toggle {
39
39
white-space : nowrap ;
40
40
position : relative ;
41
- }
42
41
43
- .mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay {
44
- opacity : 1 ;
42
+ & .cdk-keyboard-focused ,
43
+ & .cdk-program-focused {
44
+ .mat-button-toggle-focus-overlay {
45
+ opacity : 1 ;
46
+ }
47
+ }
45
48
}
46
49
47
50
.mat-button-toggle-label-content {
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ $mat-calendar-weekday-table-font-size: 11px !default;
52
52
}
53
53
54
54
:not (.mat-calendar-body-disabled ):hover ,
55
- .cdk-keyboard-focused .mat-calendar-body-active {
55
+ .cdk-keyboard-focused .mat-calendar-body-active ,
56
+ .cdk-program-focused .mat-calendar-body-active {
56
57
& > .mat-calendar-body-cell-content :not (.mat-calendar-body-selected ) {
57
58
background-color : mat-color ($background , hover );
58
59
}
Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ $mat-slider-focus-ring-size: 30px !default;
93
93
background-color $swift-ease-out-duration $swift-ease-out-timing-function ,
94
94
opacity $swift-ease-out-duration $swift-ease-out-timing-function ;
95
95
96
- .cdk-keyboard-focused & {
96
+ .cdk-keyboard-focused & ,
97
+ .cdk-program-focused & {
97
98
transform : scale (1 );
98
99
opacity : 1 ;
99
100
}
You can’t perform that action at this time.
0 commit comments