diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b4fd6ecdbb..046115284c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ ## v4.92.0 Fixes +- `[Link]` Changed selected border color for link card. ([#8225](https://github.com/infor-design/enterprise/issues/8225)) - `[Locale]` Changed all `zh` locales time format as suggested by native speakers. ([#8313](https://github.com/infor-design/enterprise/issues/8313)) - `[Process Indicator]` Adjusted alignment of icon in compact process indicator. ([#8241](https://github.com/infor-design/enterprise/issues/8241)) - `[Modal]` Fixed a bug where the modal would shift up when toggling a switch inside of it. ([#8018](https://github.com/infor-design/enterprise/issues/8018)) diff --git a/src/components/link/_link.scss b/src/components/link/_link.scss index c2ed4562dc..4f3a6ca814 100644 --- a/src/components/link/_link.scss +++ b/src/components/link/_link.scss @@ -51,7 +51,7 @@ } &.is-selected { - border-color: $link-selected-color; + border: 2px solid $link-selected-color; } &:focus:not(.is-selected) { diff --git a/src/core/_config.scss b/src/core/_config.scss index 7aa8ac15bb..cb3dfa82e6 100644 --- a/src/core/_config.scss +++ b/src/core/_config.scss @@ -374,7 +374,7 @@ $link-color-text-font: $ids-color-palette-slate-60; $link-icon-color: $ids-color-palette-amethyst-70; $link-border-color: $ids-color-palette-slate-20; $link-hover-color: $ids-color-palette-slate-30; -$link-selected-color: $ids-color-palette-slate-100; +$link-selected-color: $ids-color-brand-primary-base; $link-background-color: $ids-color-palette-white; // Link List