CSS: Don't add :hover and .active styles for every table
Should be only on action-table. refs #5543
This commit is contained in:
parent
895316b927
commit
9a3551b534
|
@ -53,11 +53,3 @@ p {
|
||||||
// Remove default margin
|
// Remove default margin
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.active {
|
|
||||||
background-color: @gray-lighter;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr:hover {
|
|
||||||
background-color: @gray-lightest;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue