Skip to content

Commit

Permalink
8225. Changed selected border color for link card
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Jan 10, 2024
1 parent d3a0be9 commit c851b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/components/link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

&.is-selected {
border-color: $link-selected-color;
border: 2px solid $link-selected-color;
}

&:focus:not(.is-selected) {
Expand Down
2 changes: 1 addition & 1 deletion src/core/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c851b01

Please sign in to comment.