Skip to content

Commit 057ab03

Browse files
authored
Merge pull request #1630 from shentao/1602-selected-text-and-option-text-are-overlapping-in-drop-down
Fix Selected Text And Option Overlap
2 parents 59faee8 + c4d69ee commit 057ab03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Multiselect.vue

+1
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ fieldset[disabled] .multiselect {
728728
.multiselect__option--selected:after {
729729
content: attr(data-selected);
730730
color: silver;
731+
background: inherit;
731732
}
732733
733734
.multiselect__option--selected.multiselect__option--highlight {

0 commit comments

Comments
 (0)