mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Fixes #13974, #14123: Remove translate3d repaint performance enhancement for text rendering and position wonkiness
This commit is contained in:
		
							parent
							
								
									7ec6c9fd13
								
							
						
					
					
						commit
						3e8cddf867
					
				| 
						 | 
				
			
			@ -6022,8 +6022,6 @@ button.close {
 | 
			
		|||
}
 | 
			
		||||
.affix {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  -webkit-transform: translate3d(0, 0, 0);
 | 
			
		||||
          transform: translate3d(0, 0, 0);
 | 
			
		||||
}
 | 
			
		||||
@-ms-viewport {
 | 
			
		||||
  width: device-width;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -6022,8 +6022,6 @@ button.close {
 | 
			
		|||
}
 | 
			
		||||
.affix {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  -webkit-transform: translate3d(0, 0, 0);
 | 
			
		||||
          transform: translate3d(0, 0, 0);
 | 
			
		||||
}
 | 
			
		||||
@-ms-viewport {
 | 
			
		||||
  width: device-width;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -53,5 +53,4 @@
 | 
			
		|||
 | 
			
		||||
.affix {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  .translate3d(0, 0, 0);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue