Adjust bg color for items for multi selector

This commit is contained in:
Jean-Baptiste Bellet
2022-11-25 16:56:15 +01:00
parent 3afd8b7189
commit b3d0c0f2d5

View File

@@ -41,6 +41,9 @@
&.select2-dropdown-open {
.select2-choices {
border-color: $v2-medium-grey !important;
.select2-search-choice {
background-color: $v2-blue-light;
}
}
}
}