Skip to content

Commit

Permalink
fix(typography): concat anchor selector with color class (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jan 13, 2020
1 parent f7210b2 commit 8c9ed86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/framework/theme/styles/global/typography/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
color: nb-theme(link-text-hover-color);
}

.link-control,
.link-control:hover {
&.link-control,
&.link-control:hover {
color: nb-theme(text-control-color);
}

.link-alternate,
.link-alternate:hover {
&.link-alternate,
&.link-alternate:hover {
color: nb-theme(text-alternate-color);
}
}
Expand Down

0 comments on commit 8c9ed86

Please sign in to comment.