mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #4396 from jbudz/issues/3861
Added a data table row hover state
This commit is contained in:
commit
17284c4267
1 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue