We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f6d128 + 045c616 commit 4a85f2cCopy full SHA for 4a85f2c
select2-bootstrap.css
@@ -70,6 +70,18 @@
70
border-bottom-right-radius: 0px;
71
}
72
73
+.select2-dropdown-open .select2-choice,
74
+.select2-dropdown-open .select2-choices {
75
+ border-bottom-left-radius: 0;
76
+ border-bottom-right-radius: 0;
77
+}
78
+
79
+.select2-dropdown-open.select2-drop-above .select2-choice,
80
+.select2-dropdown-open.select2-drop-above .select2-choices {
81
+ border-top-left-radius: 0;
82
+ border-top-right-radius: 0;
83
84
85
.input-prepend .select2-container > a.select2-choice > div,
86
.input-append .select2-container > a.select2-choice > div {
87
display:none;
0 commit comments