diff --git a/lib/jasmine-core/jasmine.css b/lib/jasmine-core/jasmine.css index cb529f76..f9f4ae90 100644 --- a/lib/jasmine-core/jasmine.css +++ b/lib/jasmine-core/jasmine.css @@ -38,7 +38,6 @@ body { overflow-y: scroll; } .jasmine_html-reporter .bar a { color: white; } .jasmine_html-reporter.spec-list .bar.menu.failure-list, .jasmine_html-reporter.spec-list .results .failures { display: none; } .jasmine_html-reporter.failure-list .bar.menu.spec-list, .jasmine_html-reporter.failure-list .summary { display: none; } -.jasmine_html-reporter .running-alert { background-color: #666; } .jasmine_html-reporter .results { margin-top: 14px; } .jasmine_html-reporter .summary { margin-top: 14px; } .jasmine_html-reporter .summary ul { list-style-type: none; margin-left: 14px; padding-top: 0; padding-left: 0; } diff --git a/src/html/_HTMLReporter.scss b/src/html/_HTMLReporter.scss index 9bf20eb0..dd0082e8 100644 --- a/src/html/_HTMLReporter.scss +++ b/src/html/_HTMLReporter.scss @@ -245,10 +245,6 @@ body { } } - .running-alert { - background-color: $light-text-color; - } - //--- Results ---// .results {