mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	no difference in styling when active tree node is in focus or not because focused class is unreliable
This commit is contained in:
		| @@ -104,11 +104,7 @@ const TPL = ` | ||||
|         border-radius: 5px; | ||||
|     } | ||||
|      | ||||
|     span.fancytree-active:not(.fancytree-focused) .fancytree-title { | ||||
|         border-style: dashed !important; | ||||
|     } | ||||
|      | ||||
|     span.fancytree-focused .fancytree-title, span.fancytree-focused.fancytree-selected .fancytree-title { | ||||
|     span.fancytree-active .fancytree-title, span.fancytree-active.fancytree-selected .fancytree-title { | ||||
|         color: var(--active-item-text-color) !important; | ||||
|         background-color: var(--active-item-background-color) !important; | ||||
|         border-color: var(--main-background-color) !important; /* invisible border */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user