mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Avoid unused background for group PMs.
The background color for group PMs is driven by specific styles in the HTML, so the CSS definition here was inaccurate.
This commit is contained in:
		@@ -7,9 +7,12 @@
 | 
				
			|||||||
    top: 5px;
 | 
					    top: 5px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.user_active .user-status-indicator {
 | 
				
			||||||
 | 
					    background-color: hsl(106, 74%, 44%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.user_active .user-status-indicator,
 | 
					.user_active .user-status-indicator,
 | 
				
			||||||
.group-pm-status-indicator {
 | 
					.group-pm-status-indicator {
 | 
				
			||||||
    background-color: hsl(106, 74%, 44%);
 | 
					 | 
				
			||||||
    border-color: hsl(106, 74%, 44%);
 | 
					    border-color: hsl(106, 74%, 44%);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user