Skip to content

Commit

Permalink
Remove no-longer-necessary style class
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Clue committed Nov 21, 2023
1 parent 5a6072f commit 25db202
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions client/components/Reports/Reports.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -100,7 +70,6 @@
margin-bottom: 0;
}

.skipped-tests-heading h2,
.test-result-heading h2 {
margin-top: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion client/components/TestRun/TestRun.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 25db202

Please sign in to comment.