diff --git a/client/components/Reports/Reports.css b/client/components/Reports/Reports.css index e6c96b768..2a3768dbd 100644 --- a/client/components/Reports/Reports.css +++ b/client/components/Reports/Reports.css @@ -56,36 +56,6 @@ margin-top: 1em; } -.skipped-tests-heading { - background: #fefbea; - padding: 1.75em 1.75em 1em 1.75em; - border: 1px solid #eddfbe; - border-bottom: 0; - margin-top: 2em; -} - -.skipped-tests { - columns: 2; - line-height: 2; - border: 1px solid #eddfbe; - padding: 1.5em 3em; - background: #fdfcf6; -} - -.skipped-tests li { - margin-bottom: 0.5em; - border-bottom: 1px solid #eddfbe; - padding-bottom: 0.5em; - margin-right: 3em; - -webkit-column-break-inside: avoid; - page-break-inside: avoid; - break-inside: avoid; -} - -.skipped-tests li:last-child { - border-bottom: none; -} - .test-result-heading { display: flex; justify-content: space-between; @@ -100,7 +70,6 @@ margin-bottom: 0; } -.skipped-tests-heading h2, .test-result-heading h2 { margin-top: 0; } diff --git a/client/components/TestRun/TestRun.css b/client/components/TestRun/TestRun.css index ddaf9e32b..6a3b3f001 100644 --- a/client/components/TestRun/TestRun.css +++ b/client/components/TestRun/TestRun.css @@ -135,7 +135,7 @@ button.test-navigator-toggle:focus { left: 4px; } -.test-name-wrapper.skipped .progress-indicator { +.test-name-wrapper .progress-indicator { background: White; border: 2px dashed black; }