]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Translated using Weblate (Norwegian Bokmål)
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index 55494a5566553a84255bf27883c61cdf96da64c5..4c7258232a5fc22679c675241750cf8e5cbe0b68 100644 (file)
@@ -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;
     }
   }