mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	bootstrap: Remove bootstrap CSS for ".checkbox" selector.
We use "checkbox" class for label elements. We have already added the CSS for these elements in components.css and thus we can remove this CSS from bootstrap.css.
This commit is contained in:
		
							
								
								
									
										4
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							@@ -593,10 +593,6 @@ input:-ms-input-placeholder {
 | 
				
			|||||||
input::-webkit-input-placeholder {
 | 
					input::-webkit-input-placeholder {
 | 
				
			||||||
  color: #999999;
 | 
					  color: #999999;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.checkbox {
 | 
					 | 
				
			||||||
  min-height: 20px;
 | 
					 | 
				
			||||||
  padding-left: 20px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.input-large {
 | 
					.input-large {
 | 
				
			||||||
  width: 210px;
 | 
					  width: 210px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user