Skip to content

Commit

Permalink
css selector for the next sibling instead of for all siblings. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed May 13, 2022
1 parent 204c636 commit 50f25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/tom-select.bootstrap5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $select-arrow-offset: calc(#{$select-padding-x} + 5px) !default;

.is-#{$state},
.was-validated .#{$state},
.was-validated :#{$state} ~ .#{$select-ns}-wrapper{
.was-validated :#{$state} + .#{$select-ns}-wrapper{

$color: map-get($state-map,'color');
$icon: map-get($state-map,'icon');
Expand Down

0 comments on commit 50f25e6

Please sign in to comment.