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

Commit

Permalink
fix(list): Don't require avatar to be direct child
Browse files Browse the repository at this point in the history
Fixes #5554. Closes #6181.
  • Loading branch information
programmist authored and ThomasBurleson committed Feb 1, 2016
1 parent fd46483 commit 2dfd1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/list-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ md-list.md-THEME_NAME-theme {
background-color: '{{background-100}}';
}

md-list-item > .md-avatar-icon {
md-list-item .md-avatar-icon {
background-color: '{{foreground-3}}';
color: '{{background-color}}';
}
Expand Down

0 comments on commit 2dfd1cd

Please sign in to comment.