We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b8a06 commit d3af441Copy full SHA for d3af441
src/lib/tabs/_tabs-theme.scss
@@ -85,8 +85,11 @@
85
@mixin _mat-tab-label-focus($tab-focus-color) {
86
.mat-tab-label,
87
.mat-tab-link {
88
- &.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
89
- background-color: mat-color($tab-focus-color, lighter, 0.3);
+ &.cdk-keyboard-focused,
+ &.cdk-program-focused {
90
+ &:not(.mat-tab-disabled) {
91
+ background-color: mat-color($tab-focus-color, lighter, 0.3);
92
+ }
93
}
94
95
0 commit comments