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
1 changed files with 1 additions and 1 deletions

View File

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