@@ -81,7 +81,9 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
|
||||
var failure =
|
||||
createDom("div", {className: "spec-detail failed"},
|
||||
createDom("a", {className: "description", title: result.fullName, href: specHref(result)}, result.fullName),
|
||||
createDom("div", {className: "description"},
|
||||
createDom("a", {title: result.fullName, href: specHref(result)}, result.fullName)
|
||||
),
|
||||
createDom("div", {className: "messages"})
|
||||
);
|
||||
var messages = failure.childNodes[1];
|
||||
|
||||
@@ -288,13 +288,11 @@ body {
|
||||
margin-bottom: $line-height * 2;
|
||||
|
||||
.description {
|
||||
//line-height: $line-height * 2;
|
||||
display: block;
|
||||
|
||||
color: white;
|
||||
background-color: $failing-color;
|
||||
|
||||
//font-size: $large-font-size;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -303,7 +301,7 @@ body {
|
||||
padding-top: $line-height;
|
||||
|
||||
color: $text-color;
|
||||
|
||||
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user