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

[Ionic v4] Missing disabled styles on ion-fab-button if disabled #14867

Closed
peterpeterparker opened this issue Jul 25, 2018 · 1 comment
Closed
Assignees
Labels
package: core @ionic/core package

Comments

@peterpeterparker
Copy link
Contributor

Ionic Info
@ionic/angular: "4.0.0-alpha.12"

Describe the Bug
When an ion-button is disabled, the following styles is used

.button-native[disabled] {
     cursor: default;
     opacity: .5;
     pointer-events: none;
}

The same attributes aren't applied to ion-fab-button when these are disabled too

Related Code

<ion-fab-button disabled/>

Expected Behavior
As ion-button, when ion-fab-button are set as disabled, they should inherit the same disabled style classes

@ionitron-bot ionitron-bot bot added the triage label Jul 25, 2018
@brandyscarney brandyscarney added the package: core @ionic/core package label Jul 26, 2018
@ionitron-bot ionitron-bot bot removed the triage label Jul 26, 2018
@manucorporat manucorporat self-assigned this Jul 28, 2018
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 1, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

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

No branches or pull requests

3 participants