diff --git a/src/html/_HTMLReporter.scss b/src/html/_HTMLReporter.scss index 8a2adc20..9bf20eb0 100644 --- a/src/html/_HTMLReporter.scss +++ b/src/html/_HTMLReporter.scss @@ -255,38 +255,6 @@ body { margin-top: $line-height; } - //--- Results menu ---// - - &.showDetails { - - .summaryMenuItem { - font-weight: normal; - text-decoration: inherit; - - &:hover { - text-decoration: underline; - } - } - - .detailsMenuItem { - font-weight: bold; - text-decoration: underline; - } - - .summary { - display: none; - } - - #details { - display: block; - } - } - - .summaryMenuItem { - font-weight: bold; - text-decoration: underline; - } - //--- Results summary: Suites and Specs names/links ---// .summary {