Graphite: Handle unknown Graphite functions without breaking the visual editor (#32635)

This commit is contained in:
Piotr Jamróz
2021-04-09 23:21:53 +02:00
committed by GitHub
parent b96e45299d
commit d8967b1d60
7 changed files with 162 additions and 72 deletions

View File

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