N°7630 N°7623 - Update SCSS to match new Selectize version

This commit is contained in:
Molkobain
2024-07-15 16:32:44 +02:00
parent 4b3e9432df
commit e497304b9d
2 changed files with 4 additions and 3 deletions

View File

@@ -54,7 +54,8 @@ $ibo-vendors-selectize--header--padding-y: 5px !default;
border-width: unset;
border-color: unset;
}
.selectize-control.single .selectize-input:after {
.selectize-control.single .selectize-input:after,
.selectize-control.single .selectize-input:not(.no-arrow):after {
content: unset;
}
.selectize-input::after {

File diff suppressed because one or more lines are too long