mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #18541 from patrickhlauke/progress-patch1
remove generated content value for progress
This commit is contained in:
commit
7cffd334aa
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue