-
Notifications
You must be signed in to change notification settings - Fork 179
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(protocol-designer): fix Add custom labware button has no hover state #16274
Conversation
fix Add custom labware button has no hover state close RQA-3192
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.
the followings are to avoid null-checked issues
text-align: ${TYPOGRAPHY.textAlignCenter}; | ||
display: ${DISPLAY_INLINE_BLOCK}; |
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.
oof good catch
protocol-designer/src/pages/Designer/DeckSetup/LabwareTools.tsx
Outdated
Show resolved
Hide resolved
isSelected: isSelected, | ||
isLast: isLast, | ||
moduleModel: def.model, | ||
text: def?.displayName, |
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.
thank you!
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.
looks good following Jethary's review
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.
this is good to merge after lint passes
Overview
fix Add custom labware button has no hover state and spacing in the slideout.
close RQA-3192
Test Plan and Hands on Testing
Changelog
Review requests
Risk assessment
low