Skip to content

Commit

Permalink
docs(material/list): fix m3 demo trailing icon color
Browse files Browse the repository at this point in the history
Fix trailing icon color in M3 List demo. Fix icon color by removing
style override in List demo.
  • Loading branch information
zarend committed Feb 12, 2024
1 parent 7294c6e commit d795fcf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dev-app/list/list-demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
margin-top: 20px;
}

.mat-mdc-icon-button {
color: rgba(0, 0, 0, 0.12);
}

&.demo-show-boxes .mat-mdc-list-item {
border: 1px solid grey;
}
Expand Down

0 comments on commit d795fcf

Please sign in to comment.