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

Bootstrap theme doesn't respect Bootstrap color schema #634

Open
Kolyunya opened this issue Sep 25, 2023 · 4 comments
Open

Bootstrap theme doesn't respect Bootstrap color schema #634

Kolyunya opened this issue Sep 25, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Kolyunya
Copy link

Kolyunya commented Sep 25, 2023

Describe the bug
Bootstrap theme doesn't respect Bootstrap color schema.

To Reproduce

  1. Go to https://jsfiddle.net/Kolyunya/L4u8xptg/2/
  2. See theme background color is black.
  3. See Bootstrap select background is black.
  4. See Tom Select select background is white.

Expected behavior
Select background color and text color should match the Bootstrap theme.

Additional context
Add any other context about the problem here.

  • OS: MacOS v13
  • Device: Mac Book
  • Browser Chrome v116, Firefox v117
Screenshot 2023-09-25 at 20 26 01
@Kolyunya Kolyunya added the bug Something isn't working label Sep 25, 2023
@crivotz
Copy link

crivotz commented Sep 29, 2023

I temporarily fixed the problem with the following scss

/* TOM SELECT */
.ts-dropdown, .ts-control, .ts-control input {
  color: var(--bs-body-color);
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: $red;
}
.plugin-clear_button .clear-button {
  color: $red;
  right: 60px;
}
.ts-dropdown {
  z-index: 1060;
}

@hho6643
Copy link

hho6643 commented Dec 24, 2023

I added patch #673 for this

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 Apr 22, 2024
@Kolyunya
Copy link
Author

Bump

@github-actions github-actions bot removed the stale No activity label Apr 23, 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

3 participants