Skip to content

Commit

Permalink
Clean up is-external-link from CSS that is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 6, 2022
1 parent c685821 commit 00c33fa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [Unreleased]

* Clean up is-external-link from CSS that is no longer used

### 9.1.1: 2022-09-06

* Improve form checkbox and radiob button styles
Expand Down
23 changes: 1 addition & 22 deletions css/dev/global.css

Large diffs are not rendered by default.

23 changes: 1 addition & 22 deletions css/dev/gutenberg-editor-styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/gutenberg-editor-styles.css

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions sass/base/_accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,31 +83,6 @@
}
}

// Add icon to external links
a.is-external-link::after {
background-image: url('../../svg/external-link.svg');
background-position: right center;
background-repeat: no-repeat;
background-size: 12px 12px;
content: '';
display: inline-flex;
height: 12px;
margin-left: 5px;
margin-right: 2px;
position: relative;
right: 0;
top: 0;
transition: all $transition-duration;
width: 12px;
}

// Do not use external links indicators in decorative areas
// stylelint-disable-next-line a11y/no-display-none
a.is-external-link.global-link::after,
a.is-external-link.no-external-link-indicator::after {
display: none;
}

// Define here the upsell blocks that have overlay link areas
// inside them
// These should always have overflow visible, because otherwise
Expand Down

0 comments on commit 00c33fa

Please sign in to comment.