Skip to content

Commit

Permalink
fix(contentBox): avoid text decoration for header-link added on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Nov 29, 2022
1 parent 1a69818 commit 3ccb592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/extras/contentBox.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
--text-color-hover: @backgroundColorSupplementary;
}
// inherit link
.content-box[class*="ary"] a:not(.ui, .item) {
.content-box[class*="ary"] a:not(.ui, .item, .header-link) {
color: inherit;
text-decoration: underline;
}
Expand All @@ -64,4 +64,4 @@
.content-box .slate-editor-link {
color: inherit;
text-decoration: underline;
}
}

0 comments on commit 3ccb592

Please sign in to comment.