From afbc83ca42e12f5a513226a0912e448654d23214 Mon Sep 17 00:00:00 2001 From: Adam Hladik Date: Tue, 25 Jun 2019 12:46:39 +0200 Subject: [PATCH] import graphiql hints styles --- .../features/api/pages/graphql/graphql-page.component.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss index 91ea94e93..415dd89e2 100644 --- a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss +++ b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss @@ -1,6 +1,11 @@ @import '_vars'; @import '_mixins'; +// Graphiql hints +::ng-deep { + @import '~graphiql/dist/show-hint'; +} + :host ::ng-deep { @import '~graphiql/graphiql'; @@ -22,4 +27,4 @@ .CodeMirror-linenumbers { min-width: 29px; } -} \ No newline at end of file +}