mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graphite: Handle unknown Graphite functions without breaking the visual editor (#32635)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
.query-part {
|
||||
background-color: $tight-form-func-bg;
|
||||
|
||||
&.unknown-function {
|
||||
border: 1px solid $error-text-color;
|
||||
}
|
||||
|
||||
&.show-function-controls {
|
||||
padding-top: 5px;
|
||||
min-width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user