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

[BUG]: The .InputContainer .InputElement::-moz-placeholder does not receive the color specified for the colorTextPlaceholder in the appearance.variables #657

Open
veselints opened this issue Oct 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@veselints
Copy link

What happened?

When using the Elements Appearence API and setting:

appearance: {
  variables: {
    ...
    colorTextPlaceholder: '#9e9ea7',

The color does not get applied to the .InputContainer .InputElement::-moz-placeholder selector. The color remains the default one:

.InputContainer .InputElement::-moz-placeholder {
  color:#000
}

Environment

Firefox on Windows 11

Reproduction

No response

@veselints veselints added the bug Something isn't working label Oct 3, 2024
@alexlande-stripe
Copy link

Hi @veselints, could you share which Element you're seeing this in, and a screenshot if possible? The color: #000 rule you mentioned above is supposed to only apply to the Card element which doesn't support the Appearance API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants