Skip to content

Commit e1b5e88

Browse files
authored
chore(color): backport #4708 to 232-summer-21 (#4709)
1 parent 60086c3 commit e1b5e88

File tree

7 files changed

+30
-11
lines changed

7 files changed

+30
-11
lines changed

RELEASENOTES.general.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4+
## 2.15.8 - May 27, 2021
5+
6+
- Updated selected text highlight color token `COLOR_BACKGROUND_SELECTION` for better color contrast
7+
48
## 2.15.7 - May 14, 2021
59

610
## 2.15.6 - May 7, 2021

RELEASENOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4+
## Release 2.15.8 - May 27, 2021
5+
6+
- Updated selected text highlight color token `COLOR_BACKGROUND_SELECTION` for better color contrast
7+
8+
## Components
9+
### [Vertical Navigation](https://www.lightningdesignsystem.com/components/vertical-navigation)
10+
#### Changed
11+
- Replaced checked radio group navigation item background token with `BRAND_BACKGROUND_PRIMARY` branding token.
12+
413
## Release 2.15.7 - May 14, 2021
514

615
## Components

design-tokens/primitive/background-color.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ props:
7777
comment: Background color for highlighting text in search results.
7878

7979
COLOR_BACKGROUND_SELECTION:
80-
value: '{!PALETTE_BLUE_95}'
80+
value: '{!PALETTE_BLUE_90}'
8181
comment: Background color for text selected with a mouse.
8282

8383
COLOR_BACKGROUND_STENCIL:

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@salesforce-ux/create-snap": "0.0.7",
5151
"@salesforce-ux/design-system-markup": "2.0.2",
5252
"@salesforce-ux/design-system-parser": "1.1.0",
53-
"@salesforce-ux/design-system-primitive-tokens": "^0.2.2",
53+
"@salesforce-ux/design-system-primitive-tokens": "0.2.3",
5454
"@salesforce-ux/icons": "9.40.4",
5555
"@salesforce-ux/instant-vrt": "2.0.0",
5656
"@salesforce-ux/postcss-annotations-parser": "0.1.1",

ui/components/vertical-navigation/RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Vertical Navigation Release Notes
44

55
<!-- ## [Unreleased] -->
6+
## 2.15.8
7+
8+
### Changed
9+
10+
- Replaced checked radio group navigation item background token with `BRAND_BACKGROUND_PRIMARY` branding token.
611

712
## 2.10.0
813

ui/components/vertical-navigation/radio-group/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
&:checked + .slds-nav-vertical__action {
3838
font-weight: bold;
39-
background-color: $color-background-selection;
39+
background-color: $brand-background-primary;
4040
box-shadow: inset rem(4px) 0 0 $brand-primary;
4141
}
4242
}

0 commit comments

Comments
 (0)