Use \d7 instead of plain 'x' for more square appearance
[finishes #48434179]
This commit is contained in:
@@ -15,7 +15,7 @@ body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; }
|
|||||||
.html-reporter .symbol-summary li.passed { font-size: 14px; }
|
.html-reporter .symbol-summary li.passed { font-size: 14px; }
|
||||||
.html-reporter .symbol-summary li.passed:before { color: #5e7d00; content: "\02022"; }
|
.html-reporter .symbol-summary li.passed:before { color: #5e7d00; content: "\02022"; }
|
||||||
.html-reporter .symbol-summary li.failed { line-height: 9px; }
|
.html-reporter .symbol-summary li.failed { line-height: 9px; }
|
||||||
.html-reporter .symbol-summary li.failed:before { color: #b03911; content: "x"; font-weight: bold; margin-left: -1px; }
|
.html-reporter .symbol-summary li.failed:before { color: #b03911; content: "\d7"; font-weight: bold; margin-left: -1px; }
|
||||||
.html-reporter .symbol-summary li.disabled { font-size: 14px; }
|
.html-reporter .symbol-summary li.disabled { font-size: 14px; }
|
||||||
.html-reporter .symbol-summary li.disabled:before { color: #bababa; content: "\02022"; }
|
.html-reporter .symbol-summary li.disabled:before { color: #bababa; content: "\02022"; }
|
||||||
.html-reporter .symbol-summary li.pending { line-height: 17px; }
|
.html-reporter .symbol-summary li.pending { line-height: 17px; }
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ body {
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
color: $failing-color;
|
color: $failing-color;
|
||||||
content: "x";
|
content: "\d7";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user