]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove backface-visibility from progress bars. 7835/head
authorBlake Embrey <hello@blakeembrey.com>
Thu, 9 May 2013 20:09:33 +0000 (13:09 -0700)
committerBlake Embrey <hello@blakeembrey.com>
Thu, 9 May 2013 20:09:33 +0000 (13:09 -0700)
docs/assets/css/bootstrap.css
less/progress-bars.less

index 6910e7bd7d7e9d45090739859d393e1b26ce230b..03a26d13d3dab3406634384f02cc665791d1bb48 100644 (file)
@@ -4915,9 +4915,6 @@ 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 {
index e5e6b65a538c04983da91949c7e92df90991d3ac..9df0251e3716ba3c4cb842ab0db2acd3b63eed0a 100644 (file)
@@ -63,7 +63,6 @@
   background-color: @progress-bar-bg;
   .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
   .transition(width .6s ease);
-  .backface-visibility(hidden);
 }
 
 // Striped bars