-
Notifications
You must be signed in to change notification settings - Fork 611
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
BIG-22753 & BIG-22754 #592
Conversation
|
||
.icon { | ||
position: relative; | ||
top: -1px; |
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.
Beautiful hacky goodness to actually middle align icons inside buttons (as vertical-align fails, possibly due to the way it renders on an odd pixel height - which is to push it down a little too much).
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.
:puke:
👍 |
&:hover { | ||
|
||
svg { | ||
fill: stencilColor("icon-color-hover"); |
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.
why is the above --hover, but here it's -hover?
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.
eh?
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.
Oh the "color-textSecondary--hover"?
Gotcha. Inconsistencies in our naming patterns. I noticed that too. I'm doing a bunch of work on all of the variables in the config json, and these will all go away once I'm through with the variant jira's. So live with it for now, but it will be going away.
@SiTaggart @bc-miko-ademagic Take another look at this shizzle too plz |
👍 |
defeea3
to
4dd7f92
Compare
This PR addresses several minor fixes and enhancements for Light & Bold variants. See attached visual for an example of local code running on my machine.
For testing purposes, this ticket fixes the issues outlined in BIG-22753 and BIG-22754.
@bc-miko-ademagic @SiTaggart