mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	css: Remove important rule from over_limit class.
				
					
				
			The main reason for doing this is to allow flashing `box_shadow` animation when the user tried to send over character limit message.
This commit is contained in:
		@@ -353,8 +353,9 @@ textarea.new_message_textarea {
 | 
			
		||||
    resize: vertical !important;
 | 
			
		||||
    margin-top: 5px;
 | 
			
		||||
 | 
			
		||||
    &.over_limit {
 | 
			
		||||
        box-shadow: 0 0 0 1pt hsl(0, 100%, 50%) !important;
 | 
			
		||||
    &.over_limit,
 | 
			
		||||
    &.over_limit:focus {
 | 
			
		||||
        box-shadow: 0 0 0 1pt hsl(0, 100%, 50%);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user