mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	user_circles: Experiment with horizontal gradient on idle circles.
This commit is contained in:
		@@ -3,7 +3,13 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.user-circle-idle {
 | 
			
		||||
    color: var(--color-user-circle-idle);
 | 
			
		||||
    background: linear-gradient(
 | 
			
		||||
        to right,
 | 
			
		||||
        var(--color-user-circle-idle) 25%,
 | 
			
		||||
        transparent
 | 
			
		||||
    );
 | 
			
		||||
    background-clip: text;
 | 
			
		||||
    -webkit-text-fill-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.user-circle-offline {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user