Show a dot with color of pending spec when no expectations
[fix #76307802]
This commit is contained in:
@@ -154,6 +154,15 @@ body {
|
||||
content: "*";
|
||||
}
|
||||
}
|
||||
|
||||
&.empty {
|
||||
font-size: 14px;
|
||||
|
||||
&:before {
|
||||
color: $pending-color;
|
||||
content: "\02022";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user