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 ba01241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dropdown_header/plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding: ($select-padding-dropdown-item-y * 2)
$select-padding-dropdown-item-x;
border-bottom: 1px solid $select-color-border;
background: mix($select-color-dropdown, $select-color-border, 85%);
background: rgba($select-color-dropdown, 0.15);
border-radius: $select-border-radius $select-border-radius 0 0;
}
.#{$selectize}-dropdown-header-close {
Expand Down

0 comments on commit ba01241

Please sign in to comment.