Commit 29e4dd2f authored by Kevin Kirsche's avatar Kevin Kirsche
Browse files

Fix accidental triple colon from :before to ::before conversion

Fix #17288 — Sorry about that!
parent 46a524f3
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