diff --git a/components/vf-design-tokens/dist/sass/vf-links.variables.scss b/components/vf-design-tokens/dist/sass/vf-links.variables.scss index a8ba723547..4011c04d22 100644 --- a/components/vf-design-tokens/dist/sass/vf-links.variables.scss +++ b/components/vf-design-tokens/dist/sass/vf-links.variables.scss @@ -5,5 +5,5 @@ $vf-link--color: #3b6fb6; $vf-link--hover-color: #193f90; -$vf-link--visited-color: #734595; +$vf-link--visited-color: #563D82; $vf-link--decoration: underline; diff --git a/components/vf-link/CHANGELOG.md b/components/vf-link/CHANGELOG.md index 2c4c7d47c5..8ce905fc04 100644 --- a/components/vf-link/CHANGELOG.md +++ b/components/vf-link/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.0.2 + +* Changes to link examples.[Tracking issue](https://github.com/visual-framework/vf-core/issues/2030) + ### 2.0.1 * Fixed: Fixed space issue to make the 'default' variant example look like a link (#1895) diff --git a/components/vf-link/vf-link--example.njk b/components/vf-link/vf-link--example.njk index d4efc7cb0c..490a186b4e 100644 --- a/components/vf-link/vf-link--example.njk +++ b/components/vf-link/vf-link--example.njk @@ -2,11 +2,9 @@ A text link
- A text link with :hover
+ A text link on hover
- A text link with :visited
- - A text link that is disabled
+ A visited text link

This is an example of using inline links when you are using the .vf-content container.