mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Select2: Fix multi-select styling for events
This commit is contained in:
@@ -904,8 +904,8 @@ details {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container [aria-multiselectable] .select2-results__option span strike::before,
|
.select2-container [aria-multiselectable] .select2-results__option > span > strike:first-child::before,
|
||||||
.select2-container [aria-multiselectable] .select2-results__option span span::before {
|
.select2-container [aria-multiselectable] .select2-results__option > span > span:first-child::before {
|
||||||
content: "";
|
content: "";
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -913,8 +913,8 @@ details {
|
|||||||
width: 1.28571em;
|
width: 1.28571em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.select2-container [aria-multiselectable] .select2-results__option[aria-selected=true] span strike::before,
|
.select2-container [aria-multiselectable] .select2-results__option[aria-selected=true] > span > strike:first-child::before,
|
||||||
.select2-container [aria-multiselectable] .select2-results__option[aria-selected=true] span span::before {
|
.select2-container [aria-multiselectable] .select2-results__option[aria-selected=true] > span > span:first-child::before {
|
||||||
content: ""
|
content: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user