func editor is almost done

This commit is contained in:
Torkel Ödegaard
2014-03-06 22:08:41 +01:00
parent 3e6a4362ee
commit 293a2db369
9 changed files with 166 additions and 36 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -3
View File
@@ -269,15 +269,18 @@
&:hover, &:focus {
text-decoration: none;
}
&:hover {
&a:hover {
background: @grafanaTargetFuncBackground;
}
}
.grafana-target-function {
background: @grafanaTargetFuncBackground;
&:hover {
background: @grafanaTargetFuncHightlight;
> a {
color: @grafanaTargetColor;
}
> a:hover {
color: @linkColor;
}
}