mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Remove bootstrap css for "fade" class.
We do not use "fade" class in our app anymore so we can remove its CSS from boostrap.app.css.
This commit is contained in:
		
							
								
								
									
										10
									
								
								web/third/bootstrap/css/bootstrap.app.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								web/third/bootstrap/css/bootstrap.app.css
									
									
									
									
										vendored
									
									
								
							@@ -332,16 +332,6 @@ button.close {
 | 
			
		||||
.invisible {
 | 
			
		||||
  visibility: hidden;
 | 
			
		||||
}
 | 
			
		||||
.fade {
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  -webkit-transition: opacity 0.15s linear;
 | 
			
		||||
  -moz-transition: opacity 0.15s linear;
 | 
			
		||||
  -o-transition: opacity 0.15s linear;
 | 
			
		||||
  transition: opacity 0.15s linear;
 | 
			
		||||
}
 | 
			
		||||
.fade.in {
 | 
			
		||||
  opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
@-ms-viewport {
 | 
			
		||||
  width: device-width;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user