Skip to content

Commit cd68543

Browse files
authored
Fix css theme override on result window (#1923)
1 parent eb2d91f commit cd68543

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/three-ligers-tie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphiql': patch
3+
---
4+
5+
Fix result window theme

packages/graphiql/src/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
}
214214

215215
/* No `.graphiql-container` here so themes can overwrite */
216-
.result-window .CodeMirror {
216+
.result-window .CodeMirror.cm-s-graphiql {
217217
background: #f6f7f8;
218218
}
219219

0 commit comments

Comments
 (0)