Skip to content

Commit 045c616

Browse files
committed
Fix border-radius when open
1 parent 1f6d128 commit 045c616

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

select2-bootstrap.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@
7070
border-bottom-right-radius: 0px;
7171
}
7272

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+
7385
.input-prepend .select2-container > a.select2-choice > div,
7486
.input-append .select2-container > a.select2-choice > div {
7587
display:none;

0 commit comments

Comments
 (0)