support for loading function definitions from graphite

This commit is contained in:
Dan Cech
2017-12-08 18:48:39 -05:00
parent 307b419f7c
commit 3a4e05133e
14 changed files with 655 additions and 355 deletions

View File

@@ -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;

View File

@@ -6,4 +6,12 @@
min-width: 100px;
text-align: center;
}
.last {
display: none;
}
&:hover .last {
display: inline;
}
}