Merge branch 'elasticsearch-filtering'

This commit is contained in:
Torkel Ödegaard
2017-08-08 11:09:00 +02:00
18 changed files with 545 additions and 405 deletions

View File

@@ -91,9 +91,23 @@
&.cell-highlighted:hover {
background-color: $tight-form-func-bg;
}
&:hover {
.table-panel-filter-link {
visibility: visible;
}
}
}
}
.table-panel-filter-link {
visibility: hidden;
color: $text-color-weak;
float: right;
display: block;
padding: 0 5px;
}
.table-panel-header-bg {
background: $grafanaListAccent;
border-top: 2px solid $body-bg;