2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
Added th selector in .table-row-variant mixin
This commit is contained in:
James Lawrence
2013-08-21 17:56:36 +01:00
parent e143c35472
commit 2cb1626907
3 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -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%);
}