mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
support for loading function definitions from graphite
This commit is contained in:
@@ -130,6 +130,7 @@ input[type="text"].tight-form-func-param {
|
||||
}
|
||||
|
||||
input[type="text"].tight-form-func-param {
|
||||
font-size: 0.875rem;
|
||||
background: transparent;
|
||||
border: none;
|
||||
margin: 0;
|
||||
|
||||
@@ -6,4 +6,12 @@
|
||||
min-width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.last {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover .last {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user