Add hover style to data tables. Closes #3861

This commit is contained in:
Jonathan Budzenski 2015-07-08 10:51:42 -05:00
parent 67a5bdad16
commit 8b0053b33c

View file

@ -15,6 +15,14 @@ kbn-agg-table-group {
.flex(1, 1, auto);
overflow: auto;
tr:hover td {
background-color: lighten(@gray-lighter, 4%);
}
.cell-hover:hover {
background-color: @gray-lighter;
}
th i.fa-sort {
color: @gray-light;
}