]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index ecd33babe47a5ac5563b2046234be670e85259e2..df0e0aaf471d1ed9646aff4a7671fc332744b4d6 100644 (file)
@@ -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 {