Commit 535b1c4b authored by Gleb Mazovetskiy's avatar Gleb Mazovetskiy

Merge pull request #17289 from kkirsche/patch-12

Fix accidental triple colon from :before to ::before conversion
parents 46a524f3 29e4dd2f
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
@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 { .progress[value]::-webkit-progress-value::before {
content: attr(value); content: attr(value);
} }
.progress[value]::-webkit-progress-value { .progress[value]::-webkit-progress-value {
......
Markdown is supported
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