diff options
Diffstat (limited to 'client/src/sass/ng-select.scss')
-rw-r--r-- | client/src/sass/ng-select.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index 4c7258232..ba7905c89 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss | |||
@@ -1,3 +1,6 @@ | |||
1 | @use 'sass:math'; | ||
2 | @use 'sass:color'; | ||
3 | |||
1 | @use '_variables' as *; | 4 | @use '_variables' as *; |
2 | @use '_mixins' as *; | 5 | @use '_mixins' as *; |
3 | 6 | ||
@@ -9,7 +12,7 @@ $ng-select-border: $input-border-color; | |||
9 | $ng-select-bg: pvar(--mainBackgroundColor); | 12 | $ng-select-bg: pvar(--mainBackgroundColor); |
10 | 13 | ||
11 | // Cannot use a CSS variable as the default them use darken on this variable | 14 | // Cannot use a CSS variable as the default them use darken on this variable |
12 | $ng-select-selected: lighten($main-color, 40%); | 15 | $ng-select-selected: color.adjust($main-color, $lightness: 40%); |
13 | // $ng-select-selected-text: $ng-select-primary-text !default; | 16 | // $ng-select-selected-text: $ng-select-primary-text !default; |
14 | 17 | ||
15 | $ng-select-marked: pvar(--mainColorLightest); | 18 | $ng-select-marked: pvar(--mainColorLightest); |