-
Notifications
You must be signed in to change notification settings - Fork 356
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
refactor(ui): update swagger-ui to v4 #2066
Conversation
I think I got all problems fixed, have to triple check that. |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
4cf7026
to
486d784
Compare
Changed some methods according to the documentation. The behaviour is now the same as in the apiman-developer-portal.
486d784
to
2e0d3c1
Compare
Seems to work fine now |
Rebased onto latest deps |
Looks like it's caused by prism.js CSS (used also for markdown editor code section). prism.css#L7 code[class*="language-"],
pre[class*="language-"] {
color: black; // <--- this one by the looks of it.
} |
I'm not sure if it was a caching issue as I can't see the issue any more! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting on request changes, but might just be clarifications required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. Thanks!
No description provided.