feat: support for predefined variables (#3886)
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com> Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
committed by
jamesgeorge007
parent
db8cf229ac
commit
e4d9f82a75
@@ -609,3 +609,17 @@ details[open] summary .indicator {
|
||||
.gql-operation-highlight {
|
||||
@apply opacity-100;
|
||||
}
|
||||
|
||||
.predefined-variable-highlight {
|
||||
color: inherit;
|
||||
|
||||
&.predefined-variable-valid {
|
||||
@apply bg-yellow-500;
|
||||
@apply hover:bg-yellow-600;
|
||||
}
|
||||
|
||||
&.predefined-variable-invalid {
|
||||
@apply hover:bg-red-300;
|
||||
@apply bg-red-300;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user