feat: add ad hoc filters directly from table panel cells, kibana 3 style, #8052

This commit is contained in:
Torkel Ödegaard
2017-08-02 16:15:22 +02:00
parent c17b5d1306
commit a5d5f3d82f
11 changed files with 119 additions and 36 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;