Created by: pvdlg
Fixes #21002 (closed) and add other customization possibilities for table variables.
- Add variable to configure hover, accent, active variations for
table-inverse
- Allow to customize variations of hover background for
table-hover
(both for regular and inverse table) - Fix an issue in
table-hover
with a hoveredtr
that had a different background color than a tr withtable-active
while they are supposed to be the same according to contextual-classes - Update docs to reflect the possibility of mixing
table-hover
,table-inverse
and row variations.