mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix dark theme highlighting of ng-select dropdowns on keyboard navigation
This commit is contained in:
		@@ -297,7 +297,8 @@ $border-color-dark-mode: #47494f;
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
 | 
					  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover,
 | 
				
			||||||
 | 
					  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
 | 
				
			||||||
    background-color: $bg-light-dark-mode;
 | 
					    background-color: $bg-light-dark-mode;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user