mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	style(next): recent changes list: disable the item hover effect on deleted notes
This commit is contained in:
		
							parent
							
								
									5d4dd8bc0a
								
							
						
					
					
						commit
						b41dab090f
					
				@ -1085,7 +1085,7 @@ body .calendar-dropdown-widget .calendar-body a:hover {
 | 
				
			|||||||
    color: var(--active-item-text-color);
 | 
					    color: var(--active-item-text-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.recent-changes-content ul li:hover {
 | 
					.recent-changes-content ul li:not(.deleted-note):hover {
 | 
				
			||||||
    border-radius: 8px;
 | 
					    border-radius: 8px;
 | 
				
			||||||
    background: var(--hover-item-background-color);
 | 
					    background: var(--hover-item-background-color);
 | 
				
			||||||
    color: var(--hover-item-text-color);
 | 
					    color: var(--hover-item-text-color);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user