2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

#3223: make table row hover optional class

This commit is contained in:
Mark Otto
2012-06-25 14:11:37 -07:00
parent 508a93d9e3
commit 27845e4492
4 changed files with 81 additions and 3 deletions
+1 -1
View File
@@ -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;