Add purple border to active compose field search inputs (#29839)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							966d7f5bf9
						
					
				
				
					commit
					1c87cb8019
				
			@@ -112,9 +112,11 @@
 | 
			
		||||
      border: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &:focus,
 | 
			
		||||
    &:active {
 | 
			
		||||
    &:active,
 | 
			
		||||
    &:focus {
 | 
			
		||||
      outline: none !important;
 | 
			
		||||
      border-width: 1px !important;
 | 
			
		||||
      border-color: $ui-button-background-color;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &::-webkit-search-cancel-button {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user