Skip to content

Commit 9062267

Browse files
committed
Add border to select2-drop-active
This creates a blue border around an entire active select2 element
1 parent 455067e commit 9062267

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

select2.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@ Version: @@ver@@ Timestamp: @@timestamp@@
194194
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
195195
}
196196

197+
.select2-drop-active {
198+
border: 1px solid #5897fb;
199+
border-top: none;
200+
}
201+
202+
.select2-drop.select2-drop-above.select2-drop-active {
203+
border-top: 1px solid #5897fb;
204+
}
205+
197206
.select2-container .select2-choice div {
198207
display: inline-block;
199208
width: 18px;

0 commit comments

Comments
 (0)