-
Notifications
You must be signed in to change notification settings - Fork 6.8k
md-input changing un-focus text and under-line color #1394
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
Comments
@bkarv -- the GitHub issue tracker is for project bugs and project feature requests as noted in CONTRIBUTING.md. For better support, consider creating a question on StackOverflow with all the details. |
If you look at md-input theme and component scss files you will find out how they implement it. It is easy to customize for your needs. |
Thanks. I tried stackoverflow and no luck as it is quite new. I've tried using css selectors eg |
To change label color and underline : |
This Works, thaks MarouaneSH |
.mat-form-field-appearance-legacy { .mat-focused { |
@JaimeBulaHNP you welcome 👌 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Very excited with the progress being made, excellent work and thank you.
I have simple question, is it possible to change md-input text color and line color when it is un-focused? For example I am using md-input on a dark background hence would like a white font and underline.
The text was updated successfully, but these errors were encountered: