Skip to content

Commit 4492f5c

Browse files
authored
Merge pull request #1297 from herbie-fp/codex/check-for-unused-css
Remove unused CSS
2 parents 5b27dd3 + 032ec26 commit 4492f5c

File tree

2 files changed

+0
-86
lines changed

2 files changed

+0
-86
lines changed

infra/index.css

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/reports/resources/report.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ label.timeout {accent-color: var(--result-timeout);}
102102
.diff-time-green {color: green;}
103103
.diff-time-gray {color: gray;}
104104
.diff-status {color: #0000aa;}
105-
.diff-output {background-color: pink;}
106105
.report-details {border: 1px solid var(--accent-board); padding: 1ex; margin: 0 0 1em 0;}
107106
.report-details h2 {font-size: 16px;}
108107
.report-details h3 {font-size: 14px;}
@@ -158,37 +157,8 @@ tr.timeout td:nth-child(3) {background-color:#8e8e93;color:#f7f7f7;}
158157
.help-button:hover { background: #444; color: #eee; text-decoration: none; cursor: pointer; }
159158
.help-button.float { float: right; font-size: 120%; font-weight: normal; }
160159

161-
/* Subreports */
162-
163-
#subreports-toggle {
164-
color: #2A6496;
165-
text-decoration: none;
166-
cursor: pointer;
167-
margin-left: 1em;
168-
}
169-
170-
.active, #subreports-toggle:hover {
171-
text-decoration: underline;
172-
color: #295785
173-
}
174-
175-
#subreports.no-subreports #with-subreports { display: none; }
176-
#subreports #with-subreports { display: block; border-top: 1px solid #ddd; }
177-
178-
#subreport-table {
179-
padding: 5px 0 5px 1em;
180-
}
181-
182-
#subreport-table table {
183-
border-collapse: collapse;
184-
border-spacing: 0;
185-
}
186-
187-
#subreport-table table tr th { line-height: 25px; padding-right: 10px; }
188-
#subreport-table table tr td { line-height: 25px; padding-right: 10px; }
189160

190161
/* Detail page layout */
191-
192162
section { display: flow-root; }
193163

194164
/* Warnings */

0 commit comments

Comments
 (0)