mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Deduplicate CSS for .always_visible_topic_edit.
This commit is contained in:
		@@ -1372,10 +1372,7 @@ td.pointer {
 | 
				
			|||||||
    color: hsl(200, 100%, 40%);
 | 
					    color: hsl(200, 100%, 40%);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.always_visible_topic_edit {
 | 
					.always_visible_topic_edit,
 | 
				
			||||||
    opacity: 0.7;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.on_hover_topic_unmute {
 | 
					.on_hover_topic_unmute {
 | 
				
			||||||
    opacity: 0.7;
 | 
					    opacity: 0.7;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1398,13 +1395,6 @@ td.pointer {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.always_visible_topic_edit {
 | 
					 | 
				
			||||||
    &:hover {
 | 
					 | 
				
			||||||
        cursor: pointer;
 | 
					 | 
				
			||||||
        opacity: 1;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.has_actions_popover .info {
 | 
					.has_actions_popover .info {
 | 
				
			||||||
    opacity: 1;
 | 
					    opacity: 1;
 | 
				
			||||||
    visibility: visible;
 | 
					    visibility: visible;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user