mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Remove backface-visibility from progress bars.
This commit is contained in:
		
							parent
							
								
									7c94f5ef64
								
							
						
					
					
						commit
						cc5e6619b4
					
				|  | @ -4915,9 +4915,6 @@ a.list-group-item.active > .badge, | ||||||
|      -moz-transition: width 0.6s ease; |      -moz-transition: width 0.6s ease; | ||||||
|        -o-transition: width 0.6s ease; |        -o-transition: width 0.6s ease; | ||||||
|           transition: width 0.6s ease; |           transition: width 0.6s ease; | ||||||
|   -webkit-backface-visibility: hidden; |  | ||||||
|      -moz-backface-visibility: hidden; |  | ||||||
|           backface-visibility: hidden; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .progress-striped .progress-bar { | .progress-striped .progress-bar { | ||||||
|  |  | ||||||
|  | @ -63,7 +63,6 @@ | ||||||
|   background-color: @progress-bar-bg; |   background-color: @progress-bar-bg; | ||||||
|   .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); |   .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); | ||||||
|   .transition(width .6s ease); |   .transition(width .6s ease); | ||||||
|   .backface-visibility(hidden); |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Striped bars | // Striped bars | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue