Open Kolyunya opened 1 year ago
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
Describe the bug Bootstrap theme doesn't respect Bootstrap color schema.
To Reproduce
Expected behavior Select background color and text color should match the Bootstrap theme.
Additional context Add any other context about the problem here.