mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat: add ad hoc filters directly from table panel cells, kibana 3 style, #8052
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user