mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(next): add visual cues for the input action buttons when focused via keyboard
This commit is contained in:
		| @@ -106,6 +106,13 @@ input::selection, | |||||||
|     --muted-text-color: var(--input-action-button-hover); |     --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 { | .input-group a.disabled { | ||||||
|     opacity: .5; |     opacity: .5; | ||||||
|     /* Workaround to set the "background" property. */ |     /* Workaround to set the "background" property. */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user