Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAB list buttons color input not working since RC3 #9225

Closed
Manduro opened this issue Nov 18, 2016 · 1 comment
Closed

FAB list buttons color input not working since RC3 #9225

Manduro opened this issue Nov 18, 2016 · 1 comment
Assignees

Comments

@Manduro
Copy link
Contributor

Manduro commented Nov 18, 2016

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.

<ion-fab right bottom>
  <button ion-fab color="primary"><!-- This button shows blue correctly -->
    <ion-icon name="add"></ion-icon>
  </button>

  <ion-fab-list side="top">
    <button ion-fab color="primary"><!-- This button shows grey instead of blue -->
      <ion-icon name="checkmark"></ion-icon>
    </button>
    <button ion-fab color="secondary"><!-- This button shows grey instead of green -->
      <ion-icon name="close"></ion-icon>
    </button>
  </ion-fab-list>
</ion-fab>

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)

Cordova CLI: 6.4.0 
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.12
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.45
ios-deploy version: 1.9.0 
ios-sim version: 5.0.11 
OS: macOS Sierra
Node Version: v6.9.1
Xcode version: Xcode 8.1 Build version 8B62
@manucorporat manucorporat self-assigned this Nov 18, 2016
@manucorporat
Copy link
Contributor

Fixed! thanks!

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants