aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/ng-select.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/ng-select.scss')
-rw-r--r--client/src/sass/ng-select.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss
index 55494a556..dfe1f6f0d 100644
--- a/client/src/sass/ng-select.scss
+++ b/client/src/sass/ng-select.scss
@@ -40,8 +40,7 @@ $ng-select-input-text: pvar(--mainForegroundColor);
40 40
41 &.ng-select-focused { 41 &.ng-select-focused {
42 &:not(.ng-select-opened) > .ng-select-container { 42 &:not(.ng-select-opened) > .ng-select-container {
43 border-color: #ccc !important; 43 border-color: $ng-select-border !important;
44 box-shadow: none !important;
45 } 44 }
46 } 45 }
47 46