mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix(ui): disallow text selection in dropdown-menus
This commit is contained in:
		
							parent
							
								
									1e95135720
								
							
						
					
					
						commit
						c8f5f8dfcc
					
				@ -294,6 +294,8 @@ button kbd {
 | 
			
		||||
    color: var(--menu-text-color) !important;
 | 
			
		||||
    font-size: inherit;
 | 
			
		||||
    background-color: var(--menu-background-color) !important;
 | 
			
		||||
    user-select: none;
 | 
			
		||||
    -webkit-user-select: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body.desktop .dropdown-menu {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user