mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	feat(print): improve todo list rendering
This commit is contained in:
		
							parent
							
								
									3eccdd5cff
								
							
						
					
					
						commit
						bd638b689f
					
				| @ -158,9 +158,15 @@ span[style] { | |||||||
| 
 | 
 | ||||||
| /* Fix visibility of checkbox checkmarks | /* Fix visibility of checkbox checkmarks | ||||||
|     see https://github.com/TriliumNext/Notes/issues/901 */ |     see https://github.com/TriliumNext/Notes/issues/901 */ | ||||||
| .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after { | .ck-content .todo-list .todo-list__label > input { | ||||||
|  |     opacity: 1; | ||||||
|  |     print-color-adjust: exact; | ||||||
|  |     -webkit-print-color-adjust: exact; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | .ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after { | ||||||
|     /* fallback to default ck-editor green */ |     /* fallback to default ck-editor green */ | ||||||
|     border-color: hsl(126, 64%, 41%); |     border-color: hsl(126, 64%, 41%) !important; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .include-note .include-note-content { | .include-note .include-note-content { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran