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]: Placeholder color does not match Bootstrap 4 styles #731

Open
pereorga opened this issue Jun 17, 2024 · 2 comments
Open

[Bug]: Placeholder color does not match Bootstrap 4 styles #731

pereorga opened this issue Jun 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pereorga
Copy link

Bug description

This is specially visible on Firefox, because additionally, Firefox has a default opacity of less than 1:

SCR-20240617-tjaw

Tested on single fields only, in all browsers.

Expected behavior

When I add the following overrides, it gets fixed:

/* Set correct Bootstrap colors, especially fix Firefox */
.ts-wrapper.single .ts-control input::placeholder {
  color: #6c757d;
  opacity: 1;
}
SCR-20240617-thry

Steps to reproduce

Add a Tom Select single-value element with a placeholder and compare it with a Bootstrap 4 placeholder.

Additional context

  • OS: All
  • Browser: All
  • Version: latest (Bootstrap 4)
@pereorga pereorga added the bug Something isn't working label Jun 17, 2024
Copy link

This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days

@github-actions github-actions bot added the stale No activity label Oct 16, 2024
@pereorga
Copy link
Author

I believe I can't remove the stale label.

@github-actions github-actions bot removed the stale No activity label Oct 17, 2024
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

1 participant