mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Use SCSS nesting in zulip.scss for .actions_hovered.
				
					
				
			This commit is contained in:
		@@ -1201,14 +1201,16 @@ a.dark_background:hover,
 | 
				
			|||||||
    font-size: 60%;
 | 
					    font-size: 60%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.actions_hovered .message_time,
 | 
					.actions_hovered {
 | 
				
			||||||
.actions_hovered .info {
 | 
					    .message_time,
 | 
				
			||||||
    color: hsl(200, 100%, 40%);
 | 
					    .info {
 | 
				
			||||||
    cursor: pointer;
 | 
					        color: hsl(200, 100%, 40%);
 | 
				
			||||||
}
 | 
					        cursor: pointer;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.actions_hovered .actions_link {
 | 
					    .actions_link {
 | 
				
			||||||
    text-decoration: underline;
 | 
					        text-decoration: underline;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.info {
 | 
					.info {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user