Skip to content

Commit

Permalink
Close selectize#2029. Workaround for Bootstrap 5.3.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Aug 17, 2023
1 parent e3f2e0b commit f044a34
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/scss/selectize.bootstrap5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ $select-color-optgroup: $dropdown-bg !default;
$select-color-optgroup-text: $dropdown-header-color !default;
$select-color-optgroup-border: $dropdown-divider-bg !default;
$select-color-dropdown: $dropdown-bg !default;
$select-color-dropdown-border-top: mix(
$input-border-color,
$input-bg,
80%
) !default;
$select-color-dropdown-border-top: rgba($input-border-color, 0.8) !default;
$select-color-dropdown-item-active: $dropdown-link-hover-bg !default;
$select-color-dropdown-item-active-text: $dropdown-link-hover-color !default;
$select-color-dropdown-item-create-active-text: $dropdown-link-hover-color !default;
Expand Down

0 comments on commit f044a34

Please sign in to comment.