Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix css theme override on result window #1923

Merged
merged 2 commits into from Jul 10, 2021
Merged

Fix css theme override on result window #1923

merged 2 commits into from Jul 10, 2021

Conversation

cgarnier
Copy link
Contributor

@cgarnier cgarnier commented Jul 9, 2021

close #1919

editorTheme option apply theme uniformly on all the codemirror instances so we can considerate that this background is specific to the graphiql theme. Other theme should be able to override correctly this color.

close graphql#1919 

`editorTheme` option apply theme uniformly on all the codemirror instances so we can considerate that this background is specific to the graphiql theme. Other theme should be able to override correctly this color.
@changeset-bot
Copy link

changeset-bot bot commented Jul 9, 2021

🦋 Changeset detected

Latest commit: f88ec3a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
graphiql Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jul 9, 2021

CLA Signed

The committers are authorized under a signed CLA.

@acao
Copy link
Member

acao commented Jul 9, 2021

Excellent fix, thank you!

@codecov
Copy link

codecov bot commented Jul 9, 2021

Codecov Report

Merging #1923 (f88ec3a) into main (2d91916) will increase coverage by 0.10%.
The diff coverage is 52.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1923      +/-   ##
==========================================
+ Coverage   65.70%   65.81%   +0.10%     
==========================================
  Files          85       85              
  Lines        5106     5116      +10     
  Branches     1631     1636       +5     
==========================================
+ Hits         3355     3367      +12     
+ Misses       1747     1745       -2     
  Partials        4        4              
Impacted Files Coverage Δ
...ackages/graphiql-toolkit/src/create-fetcher/lib.ts 50.90% <20.00%> (-8.67%) ⬇️
...iql/src/components/DocExplorer/MarkdownContent.tsx 100.00% <100.00%> (ø)
packages/graphiql/src/components/GraphiQL.tsx 58.09% <100.00%> (+0.58%) ⬆️
...hql-language-service-server/src/findGraphQLTags.ts 64.89% <100.00%> (+4.25%) ⬆️
packages/graphiql/src/components/ToolbarButton.tsx 92.85% <0.00%> (+21.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04fad79...f88ec3a. Read the comment docs.

@acao acao changed the title Fix theme on result window Fix css theme override on result window Jul 10, 2021
@acao acao merged commit cd68543 into graphql:main Jul 10, 2021
@github-actions github-actions bot mentioned this pull request Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

editorTheme option dont change the resultViewer background color
2 participants