-
Notifications
You must be signed in to change notification settings - Fork 2
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
[SAGE-497] Label - align to spec #584
Conversation
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.
Looking fantastic! Just to confirm, will the focus outline states be handled in a separate button/interaction PR?
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.
Looks and works well. 🙌 One non-blocker is this older interactive—effect which I imagine will go away soon given your fabulous new interactive effects PR—does look a little odd with the new pill shape:
Definitely an optional fix but wanted to raise awareness just in case it was of interest to fix now.
8ce4b2d
to
5cd8c80
Compare
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.
Looking good, @QuintonJason .
These may deserve a follow-up or two, but I noted the following:
-
To match the specs closer it appears we need to revise the secondary button hover settings a bit:
Spec:
-
There are also some aspects of how the colors and the mixture of sage btn within this component for the secondary button feel potentially leaky that might be nice revisit. See color settings in loop in
_label.scss
that override those in_button.scss
. I wonder if we indeed need to useSageButton
there or if the tradeoff is in our favor to use a custom styled HTMLbutton
instead?
Bottom line is nothing blocking this PR but some ideas about potential follow up. If you agree, I'm happy to file them in an issue for later. Thoughts?
5cd8c80
to
8530c0c
Compare
@philschanely Great callout! Made one commit to update hover colors, but we can revisit the need for the |
@philschanely issue to investigate the inner button further #640 |
Closes SAGE-497
Dependent on SAGE-554
Description
Screenshots
Testing in
sage-lib
Visit the label rails and react page
Testing in
kajabi-products
Related