Skip to content

Commit

Permalink
fix(shs-5996-shs-5997): wysiwyg more link and external link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Dec 19, 2024
1 parent fa379a0 commit 4b7fa7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background-image: svg(hc-get-icons($icon, $icon-color));

} @else {
$icon-color: map-get(map-get($hc-colorful-pairings, 'ocean'), $color);
$icon-color: map-get(map-get($hc-colorful-pairings, 'cardinal'), $color);
background-image: svg(hc-get-icons($icon, $icon-color));

.hc-pairing-ocean & {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ blockquote:nth-child(n) {
}

a[href*="//"].hs-external-link,
.hs-external-link a[href*="//"]
.hs-external-link a[href*="//"],
.ck-content a.hs-external-link
{
@include hb-link--inline;
@include hb-external-link-icon;
Expand Down Expand Up @@ -338,6 +339,16 @@ a[href*="//"].hs-external-link,
}
}
}

.ck-style-grid__button & {
&::after {
width: 18px;
height: 11px;
margin-bottom: 0;
background-size: 11px;
padding-left: 0;
}
}
}

a.hs-private-link,
Expand Down

0 comments on commit 4b7fa7e

Please sign in to comment.