Show a dot with color of pending spec when no expectations

[fix #76307802]
This commit is contained in:
slackersoft
2014-08-04 12:48:35 -07:00
parent cee3cc56e6
commit b4f49db6bd
2 changed files with 11 additions and 0 deletions

View File

@@ -154,6 +154,15 @@ body {
content: "*";
}
}
&.empty {
font-size: 14px;
&:before {
color: $pending-color;
content: "\02022";
}
}
}
}