-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Cannot add a border to fab-button #16652
Comments
Thanks for your issue! You are right, the CSS variables are in the documentation, but not integrated yet. I think this is something for @brandyscarney :) |
If that's OK, I can open a PR in order to get this fixed sooner. Already have it fixed on my fork. 🙂 |
That would be the best way :) |
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. |
Bug Report
Ionic version:
[x] 4.x
Current behavior:
Cannot add a border or change the border-radius of
fab-button
Expected behavior:
Can add a border or change the border-radius, as the documentation states is possible.
Steps to reproduce:
Related code:
This line sets border to be zero, not taking the custom properties in account: https://github.com/ionic-team/ionic/blob/master/core/src/components/fab-button/fab-button.scss#L94
Ionic info:
The text was updated successfully, but these errors were encountered: