-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Placeholder opacity in FireFox #16
Comments
ghost
added
enhancement
labels
Apr 10, 2021
Waiting For Some One To Grab This Good First Issue! Well if anyone is interested kindly comment here (I'll Assign It You And Only You) |
I would like to work on this issue!! |
ghost
assigned himanshu007-creator
Apr 10, 2021
Wonderful I have assigned it to you! |
ghost
pushed a commit
that referenced
this issue
Apr 10, 2021
Original Pull Request By @himanshu007-creator just updated the other sources accordingly
ghost
mentioned this issue
Apr 10, 2021
@all-contributors please add @starkana for bug, code |
@krishdevdb I've put up a pull request to add @starkana! 🎉 |
ghost
mentioned this issue
May 1, 2021
Closed
ghost
added
addition
labels
Jun 18, 2021
gptkrsh
pushed a commit
that referenced
this issue
Dec 22, 2022
Original Pull Request By @himanshu007-creator just updated the other sources accordingly
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
FireFox (latest version as of posting) has a slightly lower opacity for input placeholders. See my screenshot below. You fix this with:
I suggest adding it to reseter.css.
Describe the solution you'd like
Fix The Issue By Adding
input::placeholder { opacity: 1; }
to reseter.cssAdditional context
Originally Publish By @starkana in sindresorhus/modern-normalize#46
The text was updated successfully, but these errors were encountered: