From 26ddc75bec23751da541471a13add61891b1c51b Mon Sep 17 00:00:00 2001 From: Jeff Mac Date: Fri, 28 Apr 2017 13:46:44 -0400 Subject: [PATCH 1/4] fixes #4320 --- src/lib/tabs/_tabs-theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/tabs/_tabs-theme.scss b/src/lib/tabs/_tabs-theme.scss index 30bdae6f3807..1eb1ea34e7a8 100644 --- a/src/lib/tabs/_tabs-theme.scss +++ b/src/lib/tabs/_tabs-theme.scss @@ -7,7 +7,7 @@ $warn: map-get($theme, warn); $background: map-get($theme, background); $foreground: map-get($theme, foreground); - $header-border: 1px solid mat-color($background, status-bar); + $header-border: 1px solid mat-color($foreground, divider); .mat-tab-nav-bar, .mat-tab-header { @@ -31,7 +31,7 @@ } .mat-tab-label, .mat-tab-link { - color: currentColor; + color: mat-color($foreground, text); &.mat-tab-disabled { color: mat-color($foreground, disabled-text); From 8c212458a887c4b1c1685e3163943a2b4448c248 Mon Sep 17 00:00:00 2001 From: jdell64 Date: Mon, 1 May 2017 20:33:36 -0400 Subject: [PATCH 2/4] removed extraneous space --- src/lib/tabs/_tabs-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tabs/_tabs-theme.scss b/src/lib/tabs/_tabs-theme.scss index 1eb1ea34e7a8..165e816caef6 100644 --- a/src/lib/tabs/_tabs-theme.scss +++ b/src/lib/tabs/_tabs-theme.scss @@ -34,7 +34,7 @@ color: mat-color($foreground, text); &.mat-tab-disabled { - color: mat-color($foreground, disabled-text); + color: mat-color($foreground, disabled-text); } } } From da376b026b692c36f7311e40ac244419918941fa Mon Sep 17 00:00:00 2001 From: jdell64 Date: Tue, 2 May 2017 14:39:12 -0400 Subject: [PATCH 3/4] Update _tabs-theme.scss fixed spaces --- src/lib/tabs/_tabs-theme.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/tabs/_tabs-theme.scss b/src/lib/tabs/_tabs-theme.scss index 165e816caef6..6903eb573fff 100644 --- a/src/lib/tabs/_tabs-theme.scss +++ b/src/lib/tabs/_tabs-theme.scss @@ -31,10 +31,10 @@ } .mat-tab-label, .mat-tab-link { - color: mat-color($foreground, text); - + color: mat-color($foreground, text); + &.mat-tab-disabled { - color: mat-color($foreground, disabled-text); + color: mat-color($foreground, disabled-text); } } } From 30db4a255a0a11614a92247850270c3c6f504d34 Mon Sep 17 00:00:00 2001 From: jdell64 Date: Tue, 2 May 2017 14:39:30 -0400 Subject: [PATCH 4/4] Update _tabs-theme.scss --- src/lib/tabs/_tabs-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tabs/_tabs-theme.scss b/src/lib/tabs/_tabs-theme.scss index 6903eb573fff..5e937476b864 100644 --- a/src/lib/tabs/_tabs-theme.scss +++ b/src/lib/tabs/_tabs-theme.scss @@ -32,7 +32,7 @@ .mat-tab-label, .mat-tab-link { color: mat-color($foreground, text); - + &.mat-tab-disabled { color: mat-color($foreground, disabled-text); }