CSS: Only hover tr in tbody for action-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-28 17:05:37 +02:00
parent 03806f8469
commit 49dec8d922

View File

@ -5,7 +5,7 @@
} }
.action-table { .action-table {
tr { tbody tr {
&.active { &.active {
background-color: @gray-lighter; background-color: @gray-lighter;
} }