Merge pull request #4396 from jbudz/issues/3861

Added a data table row hover state
This commit is contained in:
Lukas Olson 2015-07-08 11:45:01 -07:00
commit 17284c4267

View file

@ -11,10 +11,18 @@ kbn-agg-table-group {
.flex(1, 1, auto);
.flex-direction(column);
&-paginated-table {
&-paginated {
.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;
}
@ -32,4 +40,4 @@ kbn-agg-table-group {
padding: 0;
}
}
}
}