Extend template variable syntax to include , Closes #760
This commit is contained in:
@@ -479,3 +479,8 @@ select.grafana-target-segment-input {
|
||||
color: darken(@gray, 25%);
|
||||
a { color: darken(@gray, 25%); }
|
||||
}
|
||||
|
||||
.template-variable {
|
||||
color: @variable;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
@orange: #FF8800;
|
||||
@pink: #FF4444;
|
||||
@purple: #9933CC;
|
||||
@variable: #32D1DF;
|
||||
|
||||
// grafana Variables
|
||||
// -------------------------
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
@orange: #FF7518;
|
||||
@pink: #E671B8;
|
||||
@purple: #9954BB;
|
||||
@variable: #32D1DF;
|
||||
|
||||
// grafana Variables
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user