Skip to content

Commit

Permalink
feat(typography): add anchor text decoration theme property (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jan 14, 2020
1 parent 8c9ed86 commit be80661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

a {
color: nb-theme(link-text-color);
text-decoration: nb-theme(link-text-decoration);
font-size: inherit;
font-style: inherit;
font-weight: inherit;
Expand Down
1 change: 1 addition & 0 deletions src/framework/theme/styles/themes/_mapping.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $eva-mapping: (
/* Components mappings - maps theme variables onto component variables */

link-text-color: text-primary-color,
link-text-decoration: underline,
link-text-focus-color: text-primary-focus-color,
link-text-hover-color: text-primary-hover-color,

Expand Down

0 comments on commit be80661

Please sign in to comment.