[dreamwidth/dw-free] 449a69: Fix link colors in `th` elements that occur in a `...
Branch: refs/heads/master
Home: https://github.com/dreamwidth/dw-free
Commit: 449a69534f7ac141172c4f1032ea9ab06e703539
https://github.com/dreamwidth/dw-free/commit/449a69534f7ac141172c4f1032ea9ab06e703539
Author: Nick Fagerlund <nick.fagerlund@gmail.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M htdocs/scss/skins/_page-layout-hacks.scss
Log Message:
-----------
Fix link colors in `th` elements that occur in a `tbody`
This hack was to work around the fact that Foundation puts a background color on
the `thead` that matches the link color in the rest of the document. But `th`
cells can also occur in the `tbody` (to act as a header for a row instead of a
column), in which case we want the normal link color. So restrict the reversed
links to the `thead` where they're needed.
Home: https://github.com/dreamwidth/dw-free
Commit: 449a69534f7ac141172c4f1032ea9ab06e703539
https://github.com/dreamwidth/dw-free/commit/449a69534f7ac141172c4f1032ea9ab06e703539
Author: Nick Fagerlund <nick.fagerlund@gmail.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M htdocs/scss/skins/_page-layout-hacks.scss
Log Message:
-----------
Fix link colors in `th` elements that occur in a `tbody`
This hack was to work around the fact that Foundation puts a background color on
the `thead` that matches the link color in the rest of the document. But `th`
cells can also occur in the `tbody` (to act as a header for a row instead of a
column), in which case we want the normal link color. So restrict the reversed
links to the `thead` where they're needed.