-
Notifications
You must be signed in to change notification settings - Fork 158
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
[Card Group]: Cards no longer have 1px border & Extra border on Gray90 & Gray100 (Regression) #8335
Closed
2 tasks done
Labels
adopter: AEM
used when component or pattern will be used by this adopter
bug
Something isn't working
dev
Needs some dev work
follow-up: DDS engineering
owner: Innovation Team
used when the engineering work will be done by Hybrid Cloud with DDS engineers as consultants
severity 3
Affects minor functionality, has a workaround
Comments
This was referenced Feb 18, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 24, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 24, 2022
…#8335) This does not fix in Safari, which appears to exhibit a bug where the visibly rendered border color does not match what the dev tools expect it to be when using a custom property.
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 24, 2022
Leveraging the CSS grid spec's "gap" property gives us the exact behavior we are looking for while removing the need for complex inline border style logic.
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
This reverts commit c6cd287.
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
…ign-system#8335)" This reverts commit bc08d4d.
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
…-design-system#8335)" This reverts commit f8a9550.
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Feb 25, 2022
…ult (carbon-design-system#8335)" This reverts commit 287e74b.
2 tasks
jkaeser
added a commit
to jkaeser/carbon-for-ibm-dotcom
that referenced
this issue
Mar 2, 2022
kodiakhq bot
pushed a commit
that referenced
this issue
Mar 8, 2022
…rs (#8373) ### Related Ticket(s) Resolves #8335 and #8301 ### Description This PR solves two problems: 1. The default `DDSCardGroup` story's "grid mode" knob was not actually updating the grid mode, which resulted in what looked like a visual regression with the "outlined" mode. 2. There were circumstances in Storybook where changing the Carbon theme caused the wrong color border to be used on some grid items. Additionally, it tidies up some related `DDSCardGroup` code. ### Changelog **Changed** - Fixes attribute name to make "grid mode" knob work. - Prevents incorrect border colors on `DDSCardGroup` grid items. - Update methods to clean up empty card items when appropriate. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
adopter: AEM
used when component or pattern will be used by this adopter
bug
Something isn't working
dev
Needs some dev work
follow-up: DDS engineering
owner: Innovation Team
used when the engineering work will be done by Hybrid Cloud with DDS engineers as consultants
severity 3
Affects minor functionality, has a workaround
Engineering info:
Description
Card group - with card in card
in Gray90 & Gray100. See - [Card group - default]: Extra border on Gray90 & Gray100 #8299Component(s) impacted
Card Group
Browser
Chrome, Safari, Firefox, Microsoft Edge
Carbon for IBM.com version
v1.31.0
Severity
Severity 3 = The problem is visible or noticeable to users but does not impede usability or functionality. Affects minor functionality, has a workaround.
Application/website
AEM
Package
@carbon/ibmdotcom-web-components
CodeSandbox example
https://carbon-design-system.github.io/carbon-for-ibm-dotcom/next/web-components/?path=/story/components-card-group--default
Steps to reproduce the issue (if applicable)
No response
Release date (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: