mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
remove generated content value for progress
as it's currently not displayed, and (in my opinion) would look fugly if it did appear...
This commit is contained in:
parent
70247e36f6
commit
3cfbeda08d
@ -38,9 +38,6 @@
|
|||||||
@include border-radius($border-radius);
|
@include border-radius($border-radius);
|
||||||
@include box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
|
@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 {
|
.progress[value]::-webkit-progress-value {
|
||||||
background-color: #0074d9;
|
background-color: #0074d9;
|
||||||
border-top-left-radius: $border-radius;
|
border-top-left-radius: $border-radius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user