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 afb0ee3 commit 98b9ed1Copy full SHA for 98b9ed1
src/lib/tabs/_tabs-common.scss
@@ -24,10 +24,18 @@ $mat-tab-animation-duration: 500ms !default;
24
&:not(.mat-tab-disabled) {
25
opacity: 1;
26
}
27
+
28
+ @include cdk-high-contrast {
29
+ outline: dotted 2px;
30
+ }
31
32
33
&.mat-tab-disabled {
34
cursor: default;
35
36
37
+ opacity: 0.5;
38
39
40
41
.mat-tab-label-content {
@@ -36,6 +44,10 @@ $mat-tab-animation-duration: 500ms !default;
44
align-items: center;
45
white-space: nowrap;
46
47
48
49
+ opacity: 1;
50
51
52
53
// Mixin styles for the top section of the view; contains the tab labels.
0 commit comments