Skip to content

Commit

Permalink
fixup! fixup! Feat(web): Introduce new class to not underline links
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Aug 7, 2024
1 parent ae594de commit 0f6cd05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web/src/scss/helpers/links/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ button.link-disabled:not(.link-underlined) {
// 8.
.link-not-underlined,
.link-not-underlined:hover,
.link-not-underlined:active {
.link-not-underlined:active,
button.link-not-underlined,
button.link-not-underlined:hover,
button.link-not-underlined:active {
text-decoration: links-settings.$text-decoration-default;
}

0 comments on commit 0f6cd05

Please sign in to comment.