From 2cb16269070c3e5513722eb18ccc9fa9c3a6a024 Mon Sep 17 00:00:00 2001 From: James Lawrence Date: Wed, 21 Aug 2013 17:56:36 +0100 Subject: Fixes #9974 Added th selector in .table-row-variant mixin --- less/mixins.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'less') diff --git a/less/mixins.less b/less/mixins.less index 3f230205b..c18e7c49b 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -393,7 +393,8 @@ .table-hover > tbody > tr { > td.@{state}:hover, > th.@{state}:hover, - &.@{state}:hover > td { + &.@{state}:hover > td, + &.@{state}:hover > th { background-color: darken(@background, 5%); border-color: darken(@border, 5%); } -- cgit v1.2.3