Skip to content

Commit

Permalink
adding color: inherit back
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaLKB committed Dec 19, 2016
1 parent 9536be6 commit 3742f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rules:
- src
- background
- display
- color
no-empty-rulesets: 0
no-invalid-hex: 1
no-mergeable-selectors: 0
Expand Down
2 changes: 2 additions & 0 deletions static/src/stylesheets/module/facia/_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ $fc-item-gutter: $gs-gutter / 4;
}

a {
// this is a fallback for browsers that don't support inherit
color: $neutral-1;
color: inherit;
}

.u-faux-block-link & a,
Expand Down

0 comments on commit 3742f66

Please sign in to comment.