Skip to content

Commit

Permalink
Fix: Apply link text decoration also for secondary button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Dec 16, 2021
1 parent bdf5da2 commit de5d7f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@
margin-right: tools.rem2em(tokens.$space-7);
font-weight: inherit;
font-size: inherit;
text-decoration: underline;
text-decoration: var(--lmcccm-p-link-text-decoration);

&:hover {
text-decoration: var(--lmcccm-p-link-hover-text-decoration);
}
}

@media screen and (max-width: settings.$breakpoint-tablet-down) {
Expand Down

0 comments on commit de5d7f8

Please sign in to comment.