Skip to content

Commit

Permalink
Styles: Update external link icon (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle authored Aug 30, 2023
1 parent d75152c commit 56267d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ a.external-link::after,
.external-link > a:not([href*="wordpress.org"])::after {
content: "";
display: inline-flex;
background-color: currentcolor;
width: 1em;
height: 1em;
margin-left: 0.1em;
vertical-align: middle;
background-color: currentColor;
width: 0.65em;
height: 0.65em;
margin-left: 0.25em;
vertical-align: baseline;
mask-image: url(../images/external-link-icon.svg);
mask-size: cover;
}
Expand All @@ -57,12 +57,12 @@ figure[class*="wp-block-"],
&.wp-block-gallery.has-nested-images {
figure.wp-block-image {
display: block;

&:not(#individual-image) a,
&:not(#individual-image) img {
height: auto;
}

figcaption,
.wp-element-caption {
position: static;
Expand Down

0 comments on commit 56267d7

Please sign in to comment.