mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Fix border-radius on Browse button for custom file input inside input groups (#25356)
This commit is contained in:
		
							parent
							
								
									98111214c2
								
							
						
					
					
						commit
						8dd1fe3893
					
				| 
						 | 
				
			
			@ -46,9 +46,9 @@
 | 
			
		|||
    align-items: center;
 | 
			
		||||
 | 
			
		||||
    &:not(:last-child) .custom-file-label,
 | 
			
		||||
    &:not(:last-child) .custom-file-label::before { @include border-right-radius(0); }
 | 
			
		||||
    &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
 | 
			
		||||
    &:not(:first-child) .custom-file-label,
 | 
			
		||||
    &:not(:first-child) .custom-file-label::before { @include border-left-radius(0); }
 | 
			
		||||
    &:not(:first-child) .custom-file-label::after { @include border-left-radius(0); }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue