Skip to content

Commit

Permalink
fix(toolbar): remove color change from outline buttons in toolbar
Browse files Browse the repository at this point in the history
add color to ripple for outline buttons in toolbar

references #6364
  • Loading branch information
brandyscarney committed May 5, 2016
1 parent 9f54f16 commit 6759074
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ionic/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand All @@ -200,7 +203,10 @@ ion-buttons[right] {
background-color: transparent;

&.activated {
color: $color-contrast;
background-color: transparent;
}

ion-button-effect {
background-color: $fg-color;
}
}
Expand Down

0 comments on commit 6759074

Please sign in to comment.