mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	style(next): icon buttons: use a distinctive style for the "x" buttons
This commit is contained in:
		| @@ -88,6 +88,16 @@ button.btn.btn-success kbd { | ||||
|     color: var(--icon-button-color); | ||||
| } | ||||
|  | ||||
| /* The "x" icon button */ | ||||
| :root .icon-action.bx-x { | ||||
|     --icon-button-hover-background: var(--tab-close-button-hover-background); | ||||
|     --icon-button-hover-color: var(--tab-close-button-hover-color); | ||||
|     --icon-button-size: 24px; | ||||
|     --icon-button-icon-ratio: .8; | ||||
|      | ||||
|     border-radius: 50%; | ||||
| } | ||||
|  | ||||
| /* The icon */ | ||||
| :root .icon-action:not(.global-menu-button)::before { | ||||
|     display: block; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user