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

Merge pull request #17289 from kkirsche/patch-12

Fix accidental triple colon from :before to ::before conversion
parents 46a524f3 29e4dd2f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 {
......
Supports Markdown
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