-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Just PR for virtualize UI to review #5290
Just PR for virtualize UI to review #5290
Conversation
Deploy preview for carbon-elements failed. Built with commit e4dd544 https://app.netlify.com/sites/carbon-elements/deploys/5e3c48cec7002a000a0a4069 |
Deploy preview for carbon-components-react failed. Built with commit e4dd544 https://app.netlify.com/sites/carbon-components-react/deploys/5e3c48ce0ed8930008810329 |
Deploy preview for carbon-elements ready! Built with commit 68dfa0e |
Deploy preview for carbon-components-react ready! Built with commit 68dfa0e https://deploy-preview-5290--carbon-components-react.netlify.com |
Oh, nice catch 👍 let me investigate it |
hi @tw15egan, Tertiary button seems working fine in my dev local. Just only 1 concern about the padding of tooltip will increase 1px after this change. |
macOS Mojave 10.14.6 and Chrome 79.0.3945 |
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.
it looks like tertiary button focus padding will need to be adjusted to account for the outline and border changes to prevent the icon from being shifted (related #5201)
this is related to #5263 right? |
when you have a chance could you rebuild so the react link doesn't fail. thanks ! |
Just triggered a rebuild, should be ready shortly |
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.
|
||
/// @type Number | ||
/// @access public | ||
/// @group button | ||
$button-outline-width: 1px !default; | ||
$button-outline-width: 2px !default; |
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.
I think we just need to keep this at 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.
ok i got it
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.
I originally read it as 2px on both as well 😃
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.
We need to keep this at 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.
yeah i think once that is fixed we should be good^
12d5176
to
8ea9af9
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.
1a107cb
to
a957b1f
Compare
hi @tw15egan , @laurenmrice , can you guys review this PR again ? |
@xxxle0 Then we will need some sort of override on icon only buttons to make sure they are consistent with the rest of the buttons. Design spec is 1px so that is what we will adhere to. |
yeah ok i got it. thanks @tw15egan |
@xxxle0 do you have any plans to finish up this PR? |
Seems like this issue will be bundled in with some larger button changes in #5618, so I'm going to close this out. |
Closes #5290
Just a experimental PR for reviewing UI after change css