Skip to content

Commit 180a8a4

Browse files
authored
Merge pull request #4624 from Laravel-Backpack/make-the-halo-more-similar-to-other-fields
make select2 halo similar to other fields
2 parents 67f29bf + 6bf430c commit 180a8a4

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)