Skip to content

Commit a2233fb

Browse files
committed
use CSS variable for select2 border color
1 parent c3a6ea4 commit a2233fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/public/packages/backpack/base/css/blue-bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/public/packages/backpack/base/css/bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ form {
4949
.select2.select2-container.select2-container--focus,
5050
.select2.select2-container.select2-container--open {
5151
background-color: #fff;
52-
border: 1px solid #9080f1!important;
52+
border: 1px solid var(--primary, #9080f1)!important;
5353
box-shadow: 0 0 0 2px #e1dcfb;
5454
color: #495057;
5555
outline: 0;

0 commit comments

Comments
 (0)