From 67590745e474590481fd85f0a98b827c960d33d7 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 5 May 2016 12:49:28 -0600 Subject: [PATCH] fix(toolbar): remove color change from outline buttons in toolbar add color to ripple for outline buttons in toolbar references #6364 --- ionic/components/toolbar/toolbar.md.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ionic/components/toolbar/toolbar.md.scss b/ionic/components/toolbar/toolbar.md.scss index 0d22bfb9ac..3e3d2fdad7 100644 --- a/ionic/components/toolbar/toolbar.md.scss +++ b/ionic/components/toolbar/toolbar.md.scss @@ -186,7 +186,10 @@ ion-buttons[right] { } &.activated { - color: color-contrast($colors-md, $toolbar-md-button-color, true); + background-color: transparent; + } + + ion-button-effect { background-color: $toolbar-md-button-color; } } @@ -200,7 +203,10 @@ ion-buttons[right] { background-color: transparent; &.activated { - color: $color-contrast; + background-color: transparent; + } + + ion-button-effect { background-color: $fg-color; } }