From bce57186d58f1a089488b793e8850ad754ef247b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 20 Nov 2015 15:32:09 -0500 Subject: [PATCH] fix(typography): excluded anchors with a button attribute from the forced colors fixes #609 --- ionic/components/app/typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/app/typography.scss b/ionic/components/app/typography.scss index 5660d41cea..7d42f71bf7 100644 --- a/ionic/components/app/typography.scss +++ b/ionic/components/app/typography.scss @@ -105,7 +105,7 @@ sub { h1, h2, h3, h4, h5, h6, p, span, - a, + a:not([button]), small, b, i,