Skip to content

Commit 6bf430c

Browse files
committed
make select2 halo similar to other fields
1 parent 67f29bf commit 6bf430c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/resources/assets/scss/customs/_form.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,12 @@ form {
4747
box-shadow: 0 0 0 2px #e1dcfb;
4848
color: #495057;
4949
outline: 0;
50+
border-radius: 4px;
51+
}
52+
53+
.select2.select2-container.select2-container--focus,
54+
.select2.select2-container.select2-container--open .select2-selection {
55+
border-color: #9080f1;
56+
border: 1px solid #9080f1 !important;
5057
}
5158
}

0 commit comments

Comments
 (0)