mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix leaf node having angle bracket in dark & black themes, closes #387
This commit is contained in:
		
							parent
							
								
									67630b1a22
								
							
						
					
					
						commit
						f90ed99a40
					
				@ -157,7 +157,7 @@ ul.fancytree-container {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* this is done to preserve correct indentation. Better solution would be preferable */
 | 
					/* this is done to preserve correct indentation. Better solution would be preferable */
 | 
				
			||||||
.fancytree-node:not(.fancytree-folder) .fancytree-expander:before {
 | 
					.fancytree-node:not(.fancytree-folder) .fancytree-expander:before {
 | 
				
			||||||
    color: white;
 | 
					    color: var(--main-background-color); /* setting to background color makes this invisible */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.fancytree-node.fancytree-expanded .fancytree-expander:before {
 | 
					.fancytree-node.fancytree-expanded .fancytree-expander:before {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user