mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	compose: Correct for undesired outline flash on pills.
(cherry picked from commit a4657a5bd7)
			
			
This commit is contained in:
		@@ -1235,6 +1235,13 @@ textarea.new_message_textarea {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#compose-direct-recipient .pill-container .pill {
 | 
			
		||||
    /* This is necessary to avoid an otherwise unstyled
 | 
			
		||||
       flash of outline around pills when focus shifts out
 | 
			
		||||
       of the recipient row and transitions are in effect. */
 | 
			
		||||
    outline-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* We want transitions to run only on user interactions with
 | 
			
		||||
   the mouse, once the compose box is open. Any keyboard
 | 
			
		||||
   interactions (e.g., Shift-Tabbing from the compose textarea
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user