diff --git a/docs/product/components/tables.html b/docs/product/components/tables.html index b812ebe0ef..5f39a78d7f 100644 --- a/docs/product/components/tables.html +++ b/docs/product/components/tables.html @@ -642,11 +642,25 @@ - - - - - + + + + + @@ -661,24 +675,19 @@ diff --git a/lib/components/table/table.less b/lib/components/table/table.less index dadbd4ad62..3a1f42b1b8 100644 --- a/lib/components/table/table.less +++ b/lib/components/table/table.less @@ -124,7 +124,9 @@ thead th { a, button { // If an anchor is used, it should appear like a normal header - color: inherit; + // `!important` is used to ensure the appropriate color is on visited links. See STACKS-658. + // https://stackoverflow.atlassian.net/browse/STACKS-658 + color: inherit !important; } button {
Listing @Svg.ArrowDownSmStatus @Svg.ArrowUpDownSmOwner @Svg.ArrowUpDownSmViews @Svg.ArrowUpDownSmApplies @Svg.ArrowUpDownSm + + + + + + + + + + + + + +
- Listing - {% icon "ArrowDownSm" %} + Listing {% icon "ArrowDownSm" %} - Status - {% icon "ArrowUpDownSm" %} + Status {% icon "ArrowUpDownSm" %} - Owner - {% icon "ArrowUpDownSm" %} + - Views - {% icon "ArrowUpDownSm" %} + - Applies - {% icon "ArrowUpDownSm" %} +