Skip to content

Commit

Permalink
fix(shs-5996-shs-5997): move external link styles for CKEditor UI to …
Browse files Browse the repository at this point in the history
…the admin theme CSS
  • Loading branch information
Mari Nez committed Jan 2, 2025
1 parent 3f5e3fc commit 2d4f040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ body.gin--edit-form .views-exposed-form .select-preact button svg {
}

/* Match styles of external link's icon in the WYSIWYG style's dropdown preview with the original design */
/* Resize the icon, using px instead of rem, because when using rem the icon looks way bigger */
.ck-style-grid__button .ck-content a.hs-external-link::after {
width: 20px;
height: 11px;
margin-bottom: 0;
/* Use px instead of rem because when using rem the icon looks way bigger */
background-size: 11px;
padding-left: 0;
}

0 comments on commit 2d4f040

Please sign in to comment.