You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! I have fixed this and it will be in the rc.3 release. I released a nightly version if you'd like to try it out sooner: [email protected]
Buttons inside ion-toolbar will not have their color changed if the parent has a lower value of color.
Short description of the problem:
when adding the color="primary" to a button inside a toolbar with color="primary" the color assigned to the button is not the primary.
What behavior are you expecting?
To use the color attributes on the toolbar buttons abstract from the toolbar color value
Steps to reproduce:
ion-toolbar
and setcolor="secondary"
color="primary"
Which Ionic Version?
Ionic 2.0
The problem occurs cause of the way the toolbar colors and toolbar button colors are being generated:
https://github.com/driftyco/ionic/blob/master/src/components/toolbar/toolbar.ios.scss#L349
The above code should be split to 2 loops to cater for the problem
The text was updated successfully, but these errors were encountered: