mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Add transition for the close tab button
This commit is contained in:
		
							parent
							
								
									1d95fb3931
								
							
						
					
					
						commit
						3d8a662903
					
				@ -503,11 +503,15 @@
 | 
				
			|||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    justify-content: center;
 | 
					    justify-content: center;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
 | 
					    transition: background-color 75ms ease-out,
 | 
				
			||||||
 | 
					                color 75ms ease-out;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tab-row-widget .note-tab-close:hover {
 | 
					.tab-row-widget .note-tab-close:hover {
 | 
				
			||||||
    background: var(--tab-close-button-hover-background) !important;
 | 
					    background: var(--tab-close-button-hover-background) !important;
 | 
				
			||||||
    color: var(--tab-close-button-hover-color) !important;
 | 
					    color: var(--tab-close-button-hover-color) !important;
 | 
				
			||||||
 | 
					    transition-timing-function: ease-in;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tab-row-widget .note-new-tab {
 | 
					.tab-row-widget .note-new-tab {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user