-
Notifications
You must be signed in to change notification settings - Fork 115
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
Authorisation Dropdown background color fix #232
Conversation
Dropdown Code block Has Contrast Issue in Dark Mode rohit-gohri#231
|
Someone is attempting to deploy a commit to a Personal Account owned by @rohit-gohri on Vercel. @rohit-gohri first needs to authorize it. |
Updated so that the dropdown color is changed only when toggeled |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -195,3 +195,8 @@ html:not([data-theme='dark']) .redocusaurus div[id^='react-tabs'] code { | |||
.redocusaurus table.security-details tr:nth-child(2n + 1) { | |||
background-color: var(--ifm-background-surface-color); | |||
} | |||
|
|||
/* Authorisation Dropdown background color fix */ | |||
[data-theme='dark'] .redocusaurus .api-content .sc-jQHtVU:has(span > span > code) { |
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.
.sc-jQHtVU
class name will change whenever there is a new build of redoc available so I don't think this fix should be merged. There should be a better way to do this
Dropdown Code block Has Contrast Issue in Dark Mode #231