]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix accidental triple colon from :before to ::before conversion 17289/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 24 Aug 2015 19:47:04 +0000 (15:47 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 24 Aug 2015 19:47:04 +0000 (15:47 -0400)
Fix #17288 — Sorry about that!

scss/_progress.scss

index 6d28c4a1437c6d2721b05ef5cd571e8049dd2741..a93a634267a128e16b95905a37f3ccf70da6a099 100644 (file)
@@ -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 {