Skip to content

Commit

Permalink
Fix choices.scss wan't updated resulting in css build removing an edit
Browse files Browse the repository at this point in the history
Xon committed Aug 7, 2024
1 parent 937cdcb commit d44b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/choices.scss
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ $choices-z-index: 1 !default;
box-shadow: 0 0 0 2px $choices-highlight-color;
}
}
.#{$choices-selector}__item[data-value=''] .#{$choices-selector}__button {
.#{$choices-selector}__item[data-placeholder] .#{$choices-selector}__button {
display: none;
}

0 comments on commit d44b426

Please sign in to comment.