Skip to content

Commit a88031c

Browse files
committed
Revert style.css to debug error
1 parent dabdbdf commit a88031c

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

gcovr-templates/html/style.css

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ body.sidebar-resizing .main-content {
11191119

11201120
.file-list-header {
11211121
display: grid;
1122-
grid-template-columns: minmax(200px, 2fr) minmax(150px, 1fr) 100px 100px 100px{% if SHOW_CONDITION_COVERAGE %} 100px{% endif %}{% if SHOW_DECISION %} 100px{% endif %}{% if SHOW_CALLS %} 100px{% endif %}{% if info.diff_report %} 95px{% endif %};
1122+
grid-template-columns: minmax(200px, 2fr) minmax(150px, 1fr) 100px 100px 100px;
11231123
gap: 8px;
11241124
padding: 12px 16px;
11251125
background: var(--bg-tertiary);
@@ -1156,7 +1156,7 @@ body.sidebar-resizing .main-content {
11561156

11571157
.file-row {
11581158
display: grid;
1159-
grid-template-columns: minmax(200px, 2fr) minmax(150px, 1fr) 100px 100px 100px{% if SHOW_CONDITION_COVERAGE %} 100px{% endif %}{% if SHOW_DECISION %} 100px{% endif %}{% if SHOW_CALLS %} 100px{% endif %}{% if info.diff_report %} 95px{% endif %};
1159+
grid-template-columns: minmax(200px, 2fr) minmax(150px, 1fr) 100px 100px 100px;
11601160
gap: 8px;
11611161
padding: 4px 16px;
11621162
border-bottom: 1px solid var(--border-muted);
@@ -1258,25 +1258,20 @@ body.sidebar-resizing .main-content {
12581258
text-align: right;
12591259
}
12601260

1261-
.col-lines,
1262-
.col-functions,
1263-
.col-branches,
1264-
.col-conditions,
1265-
.col-decisions,
1266-
.col-calls,
1267-
.col.diff {
1268-
text-align: right;
1261+
.col-lines, .col-functions, .col-branches, .col-count {
1262+
text-align: center;
1263+
}
1264+
1265+
.file-row .col-lines,
1266+
.file-row .col-functions,
1267+
.file-row .col-branches {
12691268
font-size: var(--font-size-sm);
12701269
}
12711270

12721271
.file-list-header .col-lines,
12731272
.file-list-header .col-functions,
1274-
.file-list-header .col-branches,
1275-
.file-list-header .col-conditions,
1276-
.file-list-header .col-decisions,
1277-
.file-list-header .col-calls,
1278-
.file-list-header .col-diff {
1279-
justify-content: flex-end;
1273+
.file-list-header .col-branches {
1274+
justify-content: center;
12801275
}
12811276

12821277
.stat-value {
@@ -1963,7 +1958,7 @@ tr.source-line.nav-highlight > td {
19631958

19641959
.functions-header {
19651960
display: grid;
1966-
grid-template-columns: 2fr 120px 80px 80px{% if SHOW_CALLS %} 80px{% endif %};
1961+
grid-template-columns: 2fr 120px 80px 80px;
19671962
gap: 16px;
19681963
padding: 12px 16px;
19691964
background: var(--bg-tertiary);
@@ -1976,7 +1971,7 @@ tr.source-line.nav-highlight > td {
19761971

19771972
.function-row {
19781973
display: grid;
1979-
grid-template-columns: 2fr 120px 80px 80px{% if SHOW_CALLS %} 80px{% endif %};
1974+
grid-template-columns: 2fr 120px 80px 80px;
19801975
gap: 16px;
19811976
padding: 10px 16px;
19821977
border-bottom: 1px solid var(--border-muted);
@@ -2202,11 +2197,7 @@ tr.source-line.nav-highlight > td {
22022197
}
22032198

22042199
.col-functions,
2205-
.col-branches,
2206-
.col-conditions,
2207-
.col-decisions,
2208-
.col-calls,
2209-
.col-diff {
2200+
.col-branches {
22102201
display: none;
22112202
}
22122203

@@ -2233,11 +2224,7 @@ tr.source-line.nav-highlight > td {
22332224

22342225
.col-lines,
22352226
.col-functions,
2236-
.col-branches ,
2237-
.col-conditions,
2238-
.col-decisions,
2239-
.col-calls,
2240-
.col-diff {
2227+
.col-branches {
22412228
display: none !important;
22422229
}
22432230

0 commit comments

Comments
 (0)