Skip to content
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(core/card): adjust selected background color #1171

Merged
merged 7 commits into from
Mar 27, 2024

Conversation

matthiashader
Copy link
Collaborator

@matthiashader matthiashader commented Mar 18, 2024

๐Ÿ’ก What is the current behavior?

GitHub Issue Number: N/A
Will resolve [IX-981] and [IX-981]

๐Ÿ†• What is the new behavior?

  • fixed the selected state on the card
  • :host(.selected) &card-insights --> not getting correctly resolved in order to target the properties, so i have been changed to :host(.selected.card-insights)

๐Ÿ Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • ๐Ÿฆฎ Accessibility (a11y) features were implemented
  • ๐Ÿ—บ๏ธ Internationalization (i18n) - no hard coded strings
  • ๐Ÿ“ฒ Responsiveness - components handle viewport changes and content overflow gracefully
  • ๐Ÿ“„ Documentation was reviewed/updated (yarn docs)
  • ๐Ÿงช Unit tests were added/updated and pass (yarn test)
  • ๐Ÿ“ธ Visual regression tests were added/updated and pass (yarn visual-regression)
  • ๐Ÿง Static code analysis passes (yarn lint)
  • ๐Ÿ—๏ธ Successful compilation (yarn build, changes pushed)

๐Ÿ‘จโ€๐Ÿ’ป Help & support

Copy link

changeset-bot bot commented Mar 18, 2024

๐Ÿฆ‹ Changeset detected

Latest commit: 1a6812b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@siemens/ix Patch
@siemens/ix-angular Patch
@siemens/ix-react Patch
@siemens/ix-vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

# Conflicts:
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-have-selected-state-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-have-selected-state-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-not-have-visual-regressions-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-not-have-visual-regressions-1-chromium---theme-classic-light-linux.png
packages/core/component-doc.json Outdated Show resolved Hide resolved
@siemens siemens deleted a comment from netlify bot Mar 27, 2024
@danielleroux danielleroux merged commit 4a8303f into main Mar 27, 2024
9 checks passed
@danielleroux danielleroux deleted the fix/981-action-card branch March 27, 2024 13:34
@github-actions github-actions bot mentioned this pull request Mar 27, 2024
@danielleroux danielleroux added this to the 2.2.0 milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants