mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	compose: Fix the red outline in invalid state in dark theme.
In dark theme, the selector for the outline was the wrong element, so a double, misplaced outline would show up.
This commit is contained in:
		@@ -306,9 +306,9 @@
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    & textarea.new_message_textarea {
 | 
			
		||||
        &.invalid,
 | 
			
		||||
        &.invalid:focus {
 | 
			
		||||
    #message-content-container {
 | 
			
		||||
        &:has(textarea.new_message_textarea.invalid),
 | 
			
		||||
        &:has(textarea.new_message_textarea.invalid:focus) {
 | 
			
		||||
            border-color: hsl(3deg 73% 74%);
 | 
			
		||||
            box-shadow: 0 0 2px hsl(3deg 73% 74%);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user