Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3bc3668

Browse files
author
Robert Messerle
committed
fix(tabs): overrides icon color when used within tab label
Closes #3879
1 parent 88282d1 commit 3bc3668

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/tabs/tabs-theme.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,14 @@ md-tabs.md-THEME_NAME-theme {
7474
.md-tab {
7575
color: '{{foreground-2}}';
7676
&[disabled] {
77-
color: '{{foreground-3}}';
77+
&, & md-icon {
78+
color: '{{foreground-3}}';
79+
}
7880
}
7981
&.md-active, &.md-focused {
80-
color: '{{primary-color}}';
82+
&, & md-icon {
83+
color: '{{primary-color}}';
84+
}
8185
}
8286
&.md-focused {
8387
background: '{{primary-color-0.1}}';

0 commit comments

Comments
 (0)