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-hoverwith a hoveredtrthat had a different background color than a tr withtable-activewhile they are supposed to be the same according to contextual-classes - Update docs to reflect the possibility of mixing
table-hover,table-inverseand row variations.