]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Fix ng-select hovering
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index 181ce4077b427b353ba70600121376c51352deb4..97e61e0689bbeafbf8ad8144750298fdd7af67bf 100644 (file)
@@ -32,8 +32,10 @@ $ng-select-value-font-size: 15px;
   }
 
   .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
-    color: pvar(--mainForegroundColor);
-    background-color: pvar(--mainBackgroundColor);
+    &:not(.ng-option-marked, .ng-option-selected) {
+      color: pvar(--mainForegroundColor);
+      background-color: pvar(--mainBackgroundColor);
+    }
   }
 
   .ng-select-container {