mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Merge pull request #7621 from jeremydenoun/patch-1
Fix flickering on progress bar width update
This commit is contained in:
Vendored
+3
@@ -4895,6 +4895,9 @@ a.list-group-item.active > .badge,
|
||||
-moz-transition: width 0.6s ease;
|
||||
-o-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 {
|
||||
|
||||
Reference in New Issue
Block a user