Override border color when open or active for multi select

This commit is contained in:
Jean-Baptiste Bellet
2022-12-05 10:00:06 +01:00
parent 54fd768aa4
commit f935a27253

View File

@@ -37,6 +37,12 @@
}
.select2-container-multi {
&.select2-dropdown-open,
&.select2-container-active {
.select2-choices {
border-color: $v2-medium-grey !important;
}
}
.select2-choices {
border-color: $v2-medium-grey !important;
.select2-search-choice {