[FIX] Report Table: Make Table Headers Bold#2668
Conversation
kernc
left a comment
There was a problem hiding this comment.
Default HTML style sheets must have changed. I'm sure headers were bold before.
|
I like the change. But what if we changed the style definition for the |
e996094 to
aa50fb3
Compare
Codecov Report
@@ Coverage Diff @@
## master #2668 +/- ##
=======================================
Coverage 75.51% 75.51%
=======================================
Files 332 332
Lines 58014 58014
=======================================
Hits 43812 43812
Misses 14202 14202 |
aa50fb3 to
46d0f7f
Compare
I agree. Please, check again. |
|
Could we avoid
What if we had
and then replace Another benefit from this would be that our HTML would look a small tad less like it was generated by Word. :) |
46d0f7f to
8cd1b24
Compare
8cd1b24 to
41f4f8f
Compare
|
Fixed, please check again. |
Issue
When reporting a view (or model?) through
report_tableheader column and row is printed in the same format as the data values. Although there is a code that mark header columns as<th>(and not as<td>) this is invalidated by thefont-weightattribute.E.g. in
Test & Scorebefore:and after:
Description of changes
Set
font-weighttoboldwhen inside header so<th>is not invalidated.Includes