Skip to content

Commit 78b8506

Browse files
authored
fix(card): make sure that actions text color is not overriding the button themes (#16265)
1 parent a397802 commit 78b8506

File tree

1 file changed

+2
-6
lines changed
  • projects/igniteui-angular/src/lib/card/themes

1 file changed

+2
-6
lines changed

projects/igniteui-angular/src/lib/card/themes/_base.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ $theme: $material;
1010
@include layer(base) {
1111
%h-actions {
1212
display: flex;
13-
align-items: center;
13+
align-items: center;
1414
gap: rem(8px);
15-
16-
[igxIconButton] {
17-
color: var-get($theme, 'actions-text-color');
18-
}
15+
color: var-get($theme, 'actions-text-color');
1916

2017
&:empty {
2118
display: none;
@@ -178,7 +175,6 @@ $theme: $material;
178175
@extend %h-actions;
179176

180177
order: 1;
181-
color: var-get($theme, 'actions-text-color');
182178
margin-inline-start: auto;
183179
gap: rem(8px);
184180

0 commit comments

Comments
 (0)