mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Improve visual indicators in multiselect select2 components
This commit is contained in:
@@ -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: ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user