aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-11 10:57:45 +0000
committerPatrick H. Lauke <[email protected]>2015-12-11 10:57:45 +0000
commit3cfbeda08d375e861f972e12bb590b5b59aa2dac (patch)
treee26b9d5b87b4294c30c2563eccde3025bee41852 /scss
parent70247e36f64295c61e0f867606793da5a26eebeb (diff)
downloadbootstrap-3cfbeda08d375e861f972e12bb590b5b59aa2dac.tar.xz
bootstrap-3cfbeda08d375e861f972e12bb590b5b59aa2dac.zip
remove generated content value for progress
as it's currently not displayed, and (in my opinion) would look fugly if it did appear...
Diffstat (limited to 'scss')
-rw-r--r--scss/_progress.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index 382307b45..15040518d 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;