mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add hover style to data tables. Closes #3861
This commit is contained in:
parent
67a5bdad16
commit
8b0053b33c
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue