X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fng-select.scss;h=df0e0aaf471d1ed9646aff4a7671fc332744b4d6;hb=0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a;hp=ecd33babe47a5ac5563b2046234be670e85259e2;hpb=27bc95867442c772841fb183a625bbda61dede51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index ecd33babe..df0e0aaf4 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss @@ -1,4 +1,5 @@ -@import '_variables'; +@use '_variables' as *; +@use '_mixins' as *; $ng-select-highlight: #f2690d; // $ng-select-primary-text: #333 !default; @@ -22,12 +23,12 @@ $ng-select-value-font-size: 15px; &.ng-select-focused { &:not(.ng-select-opened) > .ng-select-container { border-color: #ccc !important; + box-shadow: none !important; } } .ng-select-container { background-color: pvar(--inputBackgroundColor); - } .ng-arrow-wrapper {