Skip to content

Commit

Permalink
.table-row-variant mixin respects @table-bg-hover twbs#13530
Browse files Browse the repository at this point in the history
  • Loading branch information
tivvit committed May 14, 2014
1 parent 5c11632 commit 63cc5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/mixins/table-row.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
&.@{state}:hover > td,
&:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
background-color: @table-bg-hover;
}
}
}

0 comments on commit 63cc5dd

Please sign in to comment.