Skip to content

Commit

Permalink
Merge pull request #1630 from shentao/1602-selected-text-and-option-t…
Browse files Browse the repository at this point in the history
…ext-are-overlapping-in-drop-down

Fix Selected Text And Option Overlap
  • Loading branch information
mattelen authored Dec 16, 2022
2 parents 59faee8 + c4d69ee commit 057ab03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Multiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ fieldset[disabled] .multiselect {
.multiselect__option--selected:after {
content: attr(data-selected);
color: silver;
background: inherit;
}
.multiselect__option--selected.multiselect__option--highlight {
Expand Down

0 comments on commit 057ab03

Please sign in to comment.