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
Buttons inside an ion-fab-list should use color correctly. It's a css issue because the color specific styles are there, but are overridden. In RC.2 this was working fine.
<ion-fabrightbottom><buttonion-fabcolor="primary"><!-- This button shows blue correctly --><ion-iconname="add"></ion-icon></button><ion-fab-listside="top"><buttonion-fabcolor="primary"><!-- This button shows grey instead of blue --><ion-iconname="checkmark"></ion-icon></button><buttonion-fabcolor="secondary"><!-- This button shows grey instead of green --><ion-iconname="close"></ion-icon></button></ion-fab-list></ion-fab>
Short description of the problem:
Buttons inside an
ion-fab-list
should use color correctly. It's a css issue because the color specific styles are there, but are overridden. In RC.2 this was working fine.Which Ionic Version? 1.x or 2.x
2.0.0-rc.3
Plunker that shows an example of your issue
http://plnkr.co/edit/IgQLki?p=preview
Run
ionic info
from terminal/cmd prompt: (paste output below)The text was updated successfully, but these errors were encountered: