-
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
fix(Tile): update outline-offset #8258
fix(Tile): update outline-offset #8258
Conversation
Deploy preview for carbon-elements ready! Built with commit f58c2f0 |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit f58c2f0 https://deploy-preview-8258--carbon-components-react.netlify.app |
@laurenmrice would like your opinion on the visual change to the black border to 2px for the following reasons:
Thank you! |
@andreancardona The border for the selected state needs to still be 1px. We use 1px for borders like this across our system unless it is a focus state. |
@tw15egan should be ready for 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.
LGTM! :)
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.
-
When there are two selected tiles next to eachother, there should not be an overlap of the tile borders. It should still look like 1px border between the tiles.
-
When you select a tile, there is a slight jump of the tile text moving out of place. The text should always remain in the same place not matter what state.
@laurenmrice I'll make sure to look into the jumping text (I think it's an outline v border issue) But when there are 2 selected tiles - that is the current styling- is that something we still want to update? |
@andreancardona Yes, we want to fix that, that is a bug. |
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.
LGTM 👍 ✅ 🎉
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 ! 🙌
Closes #6306
Testing / Reviewing