mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	style/collections/tables: fix frozen cells overlapping with the outline of the left-side cells
This commit is contained in:
		
							parent
							
								
									97565e8f36
								
							
						
					
					
						commit
						7b6d11bffa
					
				@ -66,6 +66,10 @@
 | 
				
			|||||||
    border-bottom-color: var(--col-header-arrow-inactive-color);
 | 
					    border-bottom-color: var(--col-header-arrow-inactive-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.tabulator div.tabulator-header .tabulator-frozen.tabulator-frozen-left {
 | 
				
			||||||
 | 
					    margin-left: var(--cell-editing-border-width);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tabulator div.tabulator-header .tabulator-col,
 | 
					.tabulator div.tabulator-header .tabulator-col,
 | 
				
			||||||
.tabulator div.tabulator-header .tabulator-frozen.tabulator-frozen-left {
 | 
					.tabulator div.tabulator-header .tabulator-frozen.tabulator-frozen-left {
 | 
				
			||||||
    background: var(--col-header-background-color);
 | 
					    background: var(--col-header-background-color);
 | 
				
			||||||
@ -111,6 +115,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Cell */
 | 
					/* Cell */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
 | 
				
			||||||
 | 
					    margin-right: var(--cell-editing-border-width);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left,
 | 
					.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left,
 | 
				
			||||||
.tabulator-row .tabulator-cell {
 | 
					.tabulator-row .tabulator-cell {
 | 
				
			||||||
    border-right-color: transparent;
 | 
					    border-right-color: transparent;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user