Improve visual indicators in multiselect select2 components

This commit is contained in:
Raphael Michel
2022-04-09 14:26:39 +02:00
parent 2623bfd2db
commit cf6a8c333a

View File

@@ -849,3 +849,14 @@ details {
text-decoration: line-through;
}
}
.select2-container [aria-multiselectable] .select2-results__option span span::before {
content: "";
font-family: FontAwesome;
display: inline-block;
padding-right: 5px;
width: 1.28571em;
text-align: center;
}
.select2-container [aria-multiselectable] .select2-results__option[aria-selected=true] span span::before {
content: ""
}