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(protocol-designer): fix Add custom labware button has no hover state #16274

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Sep 17, 2024

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

fix Add custom labware button has no hover state

close RQA-3192
@koji koji requested review from ncdiehl11 and jerader September 17, 2024 19:26
Copy link
Contributor Author

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

@koji koji marked this pull request as ready for review September 17, 2024 19:27
@koji koji requested a review from a team as a code owner September 17, 2024 19:27
Comment on lines +479 to +480
text-align: ${TYPOGRAPHY.textAlignCenter};
display: ${DISPLAY_INLINE_BLOCK};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof good catch

isSelected: isSelected,
isLast: isLast,
moduleModel: def.model,
text: def?.displayName,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@koji koji requested a review from jerader September 17, 2024 21:31
Copy link
Collaborator

@ncdiehl11 ncdiehl11 left a 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

Copy link
Collaborator

@jerader jerader left a 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

@koji koji merged commit b0b8e7f into edge Sep 18, 2024
14 checks passed
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.

3 participants