]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Improve accessibility
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index f55b3d2d14030b02effa06f386f6eb8e84bbc3d7..dfe1f6f0dac24e02d801f5c937f288d71fd22c63 100644 (file)
@@ -40,8 +40,7 @@ $ng-select-input-text: pvar(--mainForegroundColor);
 
   &.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 +89,7 @@ $ng-select-input-text: pvar(--mainForegroundColor);
       background-color: pvar(--mainColorLightest);
 
       .ng-value-icon {
-        border: none !important;
+        border: 0 !important;
       }
     }
   }