/// @brand internal
/// @outputs Highlights table headings.
/// @access private
@mixin _oTableRowHeadings() {
	.o-table--row-headings > tbody th {
		background-color: _oTableGet('table-alternate-background');
		border-right: 2px solid _oTableGet('table-data-color');
	}
}
