fix(toolbar): remove color change from outline buttons in toolbar

add color to ripple for outline buttons in toolbar

references #6364
This commit is contained in:
Brandy Carney
2016-05-05 12:49:28 -06:00
parent 9f54f160f0
commit 67590745e4

View File

@ -186,7 +186,10 @@ ion-buttons[right] {
} }
&.activated { &.activated {
color: color-contrast($colors-md, $toolbar-md-button-color, true); background-color: transparent;
}
ion-button-effect {
background-color: $toolbar-md-button-color; background-color: $toolbar-md-button-color;
} }
} }
@ -200,7 +203,10 @@ ion-buttons[right] {
background-color: transparent; background-color: transparent;
&.activated { &.activated {
color: $color-contrast; background-color: transparent;
}
ion-button-effect {
background-color: $fg-color; background-color: $fg-color;
} }
} }