Skip to content

Commit

Permalink
Merge pull request #5544 from IgniteUI/fix-for-5543-8.1.x
Browse files Browse the repository at this point in the history
fix(List): Allow users to change the color of the list item by adding a custom class
  • Loading branch information
kdinev authored Jul 30, 2019
2 parents 1467f5f + a12d814 commit e627e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
}

%igx-list__item-lines {
color: --var($theme, 'item-text-color');
color: currentColor;
display: flex;
flex-direction: column;
flex: 1 0 0%;
Expand Down

0 comments on commit e627e45

Please sign in to comment.