Show a dot with color of pending spec when no expectations
[fix #76307802]
This commit is contained in:
@@ -23,6 +23,8 @@ body { overflow-y: scroll; }
|
|||||||
.jasmine_html-reporter .symbol-summary li.disabled:before { color: #bababa; content: "\02022"; }
|
.jasmine_html-reporter .symbol-summary li.disabled:before { color: #bababa; content: "\02022"; }
|
||||||
.jasmine_html-reporter .symbol-summary li.pending { line-height: 17px; }
|
.jasmine_html-reporter .symbol-summary li.pending { line-height: 17px; }
|
||||||
.jasmine_html-reporter .symbol-summary li.pending:before { color: #ba9d37; content: "*"; }
|
.jasmine_html-reporter .symbol-summary li.pending:before { color: #ba9d37; content: "*"; }
|
||||||
|
.jasmine_html-reporter .symbol-summary li.empty { font-size: 14px; }
|
||||||
|
.jasmine_html-reporter .symbol-summary li.empty:before { color: #ba9d37; content: "\02022"; }
|
||||||
.jasmine_html-reporter .exceptions { color: #fff; float: right; margin-top: 5px; margin-right: 5px; }
|
.jasmine_html-reporter .exceptions { color: #fff; float: right; margin-top: 5px; margin-right: 5px; }
|
||||||
.jasmine_html-reporter .bar { line-height: 28px; font-size: 14px; display: block; color: #eee; }
|
.jasmine_html-reporter .bar { line-height: 28px; font-size: 14px; display: block; color: #eee; }
|
||||||
.jasmine_html-reporter .bar.failed { background-color: #ca3a11; }
|
.jasmine_html-reporter .bar.failed { background-color: #ca3a11; }
|
||||||
|
|||||||
@@ -154,6 +154,15 @@ body {
|
|||||||
content: "*";
|
content: "*";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.empty {
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
color: $pending-color;
|
||||||
|
content: "\02022";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user