diff options
| author | James Lawrence <[email protected]> | 2013-08-21 17:56:36 +0100 |
|---|---|---|
| committer | James Lawrence <[email protected]> | 2013-08-21 17:56:36 +0100 |
| commit | 2cb16269070c3e5513722eb18ccc9fa9c3a6a024 (patch) | |
| tree | 7618cf9484ed604c5988dc0960e3d70091c04637 /less | |
| parent | e143c3547241a1f92f54849ffbcb0745f3f8002c (diff) | |
| download | bootstrap-2cb16269070c3e5513722eb18ccc9fa9c3a6a024.tar.xz bootstrap-2cb16269070c3e5513722eb18ccc9fa9c3a6a024.zip | |
Fixes #9974
Added th selector in .table-row-variant mixin
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 3 |
1 files changed, 2 insertions, 1 deletions
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%); } |
