-
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
bug: The clear button of ion-input remains gray #19178
Comments
Hi, |
Hi @jakubnovak998, |
I was able to provisionally resolve this way: https://forum.ionicframework.com/t/ionic-4-the-clear-button-of-ion-input-remains-gray/171968/8 |
This issue has been labeled as If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. For a guide on how to create a pull request and test this project locally to see your changes, see our contributing documentation. Thank you! |
Thanks for the issue. This has been resolved via #26354, and a fix will be available in an upcoming release of Ionic Framework. |
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.8.0
Current behavior:
The clear button color remains gray
Expected behavior:
The clear button color must match the color set
Steps to reproduce:
ionic start
Put
<ion-input clearInput value="clear me"></ion-input>
on HTMLSet color on app.scss:
Related code:
Screenshot of bug
Ionic info:
The text was updated successfully, but these errors were encountered: