File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -84,16 +84,19 @@ div.section-content {
8484/* Rule summary table */
8585
8686table .dataTable > tbody > tr .added ,
87+ # error-table tr .added ,
8788# rule-summary td .added {
8889 background-color : # af8 ;
8990}
9091
9192table .dataTable > tbody > tr .removed ,
93+ # error-table tr .removed ,
9294# rule-summary td .removed {
9395 background-color : # fca ;
9496}
9597
9698table .dataTable > tbody > tr .changed ,
99+ # error-table tr .changed ,
97100# rule-summary td .changed {
98101 background-color : # fef7bc ;
99102}
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ <h2>Errors</h2>
164164 </ thead >
165165 < tbody >
166166 {% for error in error_diffs %}
167- < tr id ="error-{{forloop.index}} " class ="accordion-toggle error-row {{error.change_type}} " data-toggle ="collapse " data-target ="#error-{{forloop.index}}-expanded ">
167+ < tr id ="error-{{forloop.index}} " class ="{{error.change_type}} " data-bs- toggle ="collapse " data-bs -target ="#error-{{forloop.index}}-expanded ">
168168 < td > < a href ="{{error.file_url}} " target ="_blank " rel ="noopener noreferrer "> {{error.short_filename}}</ a > </ td >
169169 < td > {{error.short_message | escape | replace: error.filename, "< span class ='meta-var '> $FILE</ span > " }}</ td >
170170 </ tr >
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ <h2>Errors</h2>
134134 </ thead >
135135 < tbody >
136136 {% for error in report.errors %}
137- < tr id ="error-{{forloop.index}} " class =" accordion-toggle error-row " data-toggle ="collapse " data-target ="#error-{{forloop.index}}-expanded ">
137+ < tr id ="error-{{forloop.index}} " data-bs- toggle ="collapse " data-bs -target ="#error-{{forloop.index}}-expanded ">
138138 < td > < a href ="{{error.file_url}} " target ="_blank " rel ="noopener noreferrer "> {{error.short_filename}}</ a > </ td >
139139 < td > {{error.short_message | escape | replace: error.filename, "< span class ='meta-var '> $FILE</ span > " }}</ td >
140140 </ tr >
You can’t perform that action at this time.
0 commit comments