Adjust border radius when drop is above

This commit is contained in:
Jean-Baptiste Bellet
2022-12-08 16:32:00 +01:00
parent 4c172b5ace
commit d7454ecb9f

View File

@@ -50,6 +50,14 @@
background-color: $v2-blue-light;
}
}
&.select2-drop-above {
.select2-choices {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
}
}
.select2-drop {