Skip to content

Commit

Permalink
fix: selected text & option overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
akki-jat committed Dec 2, 2022
1 parent e92b676 commit c4d69ee
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 c4d69ee

Please sign in to comment.