X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fng-select.scss;h=df0e0aaf471d1ed9646aff4a7671fc332744b4d6;hb=af642b0b6baec18775281f2a9f066d45951436f2;hp=c40b355be02ffa9c8623453ec1b7a7637939a419;hpb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index c40b355be..df0e0aaf4 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss @@ -15,7 +15,7 @@ $ng-select-height: 30px; $ng-select-value-padding-left: 15px; $ng-select-value-font-size: 15px; -@use '~@ng-select/ng-select/scss/default.theme'; +@import '~@ng-select/ng-select/scss/default.theme'; .ng-select { font-size: $ng-select-value-font-size; @@ -23,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 {