Skip to content

Commit

Permalink
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 6, 2024
1 parent 546303e commit 102130c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web/src/scss/helpers/links/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ button.link-disabled:not(.link-underlined) {
);

// 8.
.link-not-underlined {
/* stylelint-disable declaration-no-important */
text-decoration: links-settings.$text-decoration-default !important;
/* stylelint-enable declaration-no-important */
.link-not-underlined,
.link-not-underlined:hover,
.link-not-underlined:active {
text-decoration: links-settings.$text-decoration-default;
}

0 comments on commit 102130c

Please sign in to comment.