fix overflow button color theme in cards

This commit is contained in:
Marcos Moura 2017-02-03 15:28:36 -02:00
parent 69e228182a
commit 4262825d37

View file

@ -5,7 +5,7 @@
.md-card-header,
.md-card-actions {
.md-icon-button {
.md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) {
.md-icon {
color: $second-color-hue;
}