aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-25 14:11:37 -0700
committerMark Otto <[email protected]>2012-06-25 14:11:37 -0700
commit27845e4492741a973231ff1be6c493e001a28555 (patch)
tree1085a75069f5641f61e9f9af34c577e9a1401fbb /less
parent508a93d9e307457426f2aa2fcfa740858ebd851a (diff)
downloadbootstrap-27845e4492741a973231ff1be6c493e001a28555.tar.xz
bootstrap-27845e4492741a973231ff1be6c493e001a28555.zip
#3223: make table row hover optional class
Diffstat (limited to 'less')
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index b4f6027bf..8bd563a06 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -136,7 +136,7 @@ table {
// HOVER EFFECT
// ------------
// Placed here since it has to come after the potential zebra striping
-.table {
+.table-hover {
tbody tr:hover td,
tbody tr:hover th {
background-color: @tableBackgroundHover;