 2d013a739a
			
		
	
	2d013a739a
	
	
	
		
			
			We are testing -gtk-icon-style and assume the theme doesn't touch it. But HighContrast forces symbolic icons. And that breaks the reference images. So explicitly set "requested" for everything.
		
			
				
	
	
		
			12 lines
		
	
	
		
			122 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			122 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| * {
 | |
|   -gtk-icon-style: requested;
 | |
| }
 | |
| 
 | |
| .regular {
 | |
|   -gtk-icon-style: regular;
 | |
| }
 | |
| 
 | |
| .symbolic {
 | |
|   -gtk-icon-style: symbolic;
 | |
| }
 |