Bootstrap theme doesn't respect Bootstrap color schema
Describe the bug Bootstrap theme doesn't respect Bootstrap color schema.
To Reproduce
- Go to https://jsfiddle.net/Kolyunya/L4u8xptg/2/
- See theme background color is black.
- See Bootstrap select background is black.
- 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
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;
}
I added patch #673 for this
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
Bump
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
Bump