Skip to content

Commit

Permalink
fix for non-existant link-color--disabled (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Robson authored Feb 25, 2021
1 parent c4eec8d commit 9a4dfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/vf-sass-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 2.4.1

* changes any `set-` style functions to cleaner version

* fixes issue now link color disabled no longer exists
### 2.4.0

* updates the `$global-page-max-width` variable so that it's consistent with the page width across components - set to `80rem`
Expand Down
2 changes: 1 addition & 1 deletion components/vf-sass-config/mixins/vf-disabled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @include vf-disabled($vf-link--disabled-color);


$vf-link--disabled-color: $vf-link--disabled-color;
$vf-link--disabled-color: color(grey);

@mixin vf-disabled(
$vf-link--disabled-color,
Expand Down

0 comments on commit 9a4dfc2

Please sign in to comment.