Commit 3cfbeda0 authored by Patrick H. Lauke's avatar Patrick H. Lauke
Browse files

remove generated content value for progress

as it's currently not displayed, and (in my opinion) would look fugly if
it did appear...
parent 70247e36
Showing with 0 additions and 3 deletions
+0 -3
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment