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

Problems with ::placeholder #85

Closed
ivancasasempere opened this issue Mar 11, 2021 · 1 comment
Closed

Problems with ::placeholder #85

ivancasasempere opened this issue Mar 11, 2021 · 1 comment

Comments

@ivancasasempere
Copy link

If i have this code:

`
.form-group input[type="text"]::-moz-placeholder,
.form-group input[type="password"]::-moz-placeholder {
color: #C1C2C4;
}

.form-group input[type="text"]:-ms-input-placeholder,
.form-group input[type="password"]:-ms-input-placeholder {
color: #C1C2C4;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="password"]::placeholder {
color: #C1C2C4;
}
`

When i save its adding me another time the same :-ms-input-placeholder and ::-moz-placeholder

`.form-group input[type="text"]::-moz-placeholder,
.form-group input[type="password"]::-moz-placeholder {
color: #C1C2C4;
}

.form-group input[type="text"]:-ms-input-placeholder,
.form-group input[type="password"]:-ms-input-placeholder {
color: #C1C2C4;
}

.form-group input[type="text"]::-moz-placeholder, .form-group input[type="password"]::-moz-placeholder {
color: #C1C2C4;
}

.form-group input[type="text"]:-ms-input-placeholder, .form-group input[type="password"]:-ms-input-placeholder {
color: #C1C2C4;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="password"]::placeholder {
color: #C1C2C4;
}`

It only happens when is in two fields. Not inline.

@sindresorhus
Copy link
Owner

Closing for staleness and also because this should have been reported on the main Autoprefixer repo.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants