-
Notifications
You must be signed in to change notification settings - Fork 229
chore(components): replace vendored drawer with lg dependency #7289
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
base: main
Are you sure you want to change the base?
chore(components): replace vendored drawer with lg dependency #7289
Conversation
@@ -175,6 +176,14 @@ const drawerLayoutFixesStyles = css({ | |||
borderTop: 'none', | |||
borderBottom: 'none', | |||
}, | |||
|
|||
// drawer content > title content | |||
'& > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div:first-child': |
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.
🤣
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.
Yeah, I'll report this one to leafygreen, and we don't have enough control there to target this otherwise unfortunately (has is still very nice for this, but breaks jsdom)
Hmmm, probably broke some selectors |
Nope, not selectors, actually broken behavior shows up in e2e, will investigate |
All the fixes required for us to switch landed on the leafygreen side, so we can drop the vendored code. There are no visual differences, but just in case screenshots from this branch: