From d554e64d6649d255ad96dc15a2214f8ad1b2c04f Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Tue, 10 Jan 2017 02:12:54 -0200 Subject: [PATCH] fix md-icon-button with pallete colors inside cards #307 --- src/components/mdCard/mdCard.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mdCard/mdCard.theme b/src/components/mdCard/mdCard.theme index 4795ec4..497cb4e 100644 --- a/src/components/mdCard/mdCard.theme +++ b/src/components/mdCard/mdCard.theme @@ -46,7 +46,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: #{'BACKGROUND-CONTRAST-0.54'}; }