mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	update_ui: Standardize pencil icon color for todo and poll.
Ensure consistent pencil icon color for both todo and poll features in hover and non-hover states across light and dark themes. Fixes #30339.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b149d5fb70
						
					
				
				
					commit
					ec43a66f26
				
			@@ -272,10 +272,11 @@ input {
 | 
			
		||||
 | 
			
		||||
.poll-edit-question,
 | 
			
		||||
.todo-edit-task-list-title {
 | 
			
		||||
    opacity: 0.4;
 | 
			
		||||
    color: var(--color-message-action-visible);
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
        opacity: 1;
 | 
			
		||||
    &:hover,
 | 
			
		||||
    &:focus-visible {
 | 
			
		||||
        color: var(--color-message-action-interactive);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user