]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove generated content value for progress 18541/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Fri, 11 Dec 2015 10:57:45 +0000 (10:57 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 11 Dec 2015 10:57:45 +0000 (10:57 +0000)
as it's currently not displayed, and (in my opinion) would look fugly if
it did appear...

scss/_progress.scss

index 382307b45a1a1eaacdfe82e2912dfae8c3f792e9..15040518d9b2f723411225e23f5db3fa40e6d69e 100644 (file)
@@ -38,9 +38,6 @@
   @include border-radius($border-radius);
   @include box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
 }
-.progress[value]::-webkit-progress-value::before {
-  content: attr(value);
-}
 .progress[value]::-webkit-progress-value {
   background-color: #0074d9;
   border-top-left-radius: $border-radius;