mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	(core) Finish fixing default cell color: error cells should also use black color.
Summary: Previous diff (https://phab.getgrist.com/D2736) broke a test, which I assumed was unrelated, but should have checked. In fact, a few tests were changed to pass with the changed default color (although no such change was planned). This diff reverts those changes, and reverts also the change to error cells, so that their text is also black again. Test Plan: Checked affected tests. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2737
This commit is contained in:
		
							parent
							
								
									08fe240bcf
								
							
						
					
					
						commit
						05edd80ce7
					
				@ -62,7 +62,7 @@
 | 
			
		||||
 | 
			
		||||
.field_clip.invalid {
 | 
			
		||||
  background-color: #ffb6c1;
 | 
			
		||||
  color: unset;
 | 
			
		||||
  color: black;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.field_clip.invalid:empty {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user