From: Patrick H. Lauke Date: Fri, 11 Dec 2015 10:57:45 +0000 (+0000) Subject: remove generated content value for progress X-Git-Tag: v4.0.0-alpha.3~491^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfbeda08d375e861f972e12bb590b5b59aa2dac;p=thirdparty%2Fbootstrap.git remove generated content value for progress as it's currently not displayed, and (in my opinion) would look fugly if it did appear... --- diff --git a/scss/_progress.scss b/scss/_progress.scss index 382307b45a..15040518d9 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -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;