diff options
Diffstat (limited to 'client/src/sass/ng-select.scss')
-rw-r--r-- | client/src/sass/ng-select.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index 229300ca5..df0e0aaf4 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss | |||
@@ -23,6 +23,7 @@ $ng-select-value-font-size: 15px; | |||
23 | &.ng-select-focused { | 23 | &.ng-select-focused { |
24 | &:not(.ng-select-opened) > .ng-select-container { | 24 | &:not(.ng-select-opened) > .ng-select-container { |
25 | border-color: #ccc !important; | 25 | border-color: #ccc !important; |
26 | box-shadow: none !important; | ||
26 | } | 27 | } |
27 | } | 28 | } |
28 | 29 | ||