CSS: Don't add :hover and .active styles for every table

Should be only on action-table.

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 10:25:38 +02:00
parent 895316b927
commit 9a3551b534
1 changed files with 0 additions and 8 deletions

View File

@ -53,11 +53,3 @@ p {
// Remove default margin
margin: 0;
}
tr.active {
background-color: @gray-lighter;
}
tr:hover {
background-color: @gray-lightest;
}