mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	style(next): add visual cues for the input action buttons when focused via keyboard
This commit is contained in:
		
							parent
							
								
									707d406ee9
								
							
						
					
					
						commit
						9724b19cd2
					
				@ -106,6 +106,13 @@ input::selection,
 | 
			
		||||
    --muted-text-color: var(--input-action-button-hover);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.input-group button:focus-visible,
 | 
			
		||||
.input-group a:focus-visible {
 | 
			
		||||
    outline: transparent;
 | 
			
		||||
    border: transparent;
 | 
			
		||||
    text-shadow: 0 0 3px var(--input-action-button-hover);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.input-group a.disabled {
 | 
			
		||||
    opacity: .5;
 | 
			
		||||
    /* Workaround to set the "background" property. */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user