X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fng-select.scss;h=4c7258232a5fc22679c675241750cf8e5cbe0b68;hb=a86017c97a7f17551ac091299f781ab6137d1eb7;hp=f55b3d2d14030b02effa06f386f6eb8e84bbc3d7;hpb=1d74f89739248e36a482c68c33c67fd0c8e6671e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index f55b3d2d1..4c7258232 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss @@ -35,13 +35,13 @@ $ng-select-input-text: pvar(--mainForegroundColor); @import '@ng-select/ng-select/scss/default.theme'; .ng-select { + @include rounded-line-height-1-5($ng-select-value-font-size); + font-size: $ng-select-value-font-size; - line-height: $form-input-line-height; &.ng-select-focused { &:not(.ng-select-opened) > .ng-select-container { - border-color: #ccc !important; - box-shadow: none !important; + border-color: $ng-select-border !important; } } @@ -90,7 +90,7 @@ $ng-select-input-text: pvar(--mainForegroundColor); background-color: pvar(--mainColorLightest); .ng-value-icon { - border: none !important; + border: 0 !important; } } }