mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix accidental triple colon from :before to ::before conversion
Fix #17288 — Sorry about that!
This commit is contained in:
parent
46a524f302
commit
29e4dd2fba
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
@include border-radius($border-radius);
|
||||
@include box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
|
||||
}
|
||||
.progress[value]::-webkit-progress-value:::before {
|
||||
.progress[value]::-webkit-progress-value::before {
|
||||
content: attr(value);
|
||||
}
|
||||
.progress[value]::-webkit-progress-value {
|
||||
|
|
Loading…
Reference in a new issue