Skip to content

Commit

Permalink
Merge pull request #1049 from alphagov/remove-rel-external-styling
Browse files Browse the repository at this point in the history
Remove deprecated rel="external" styling
  • Loading branch information
NickColley authored Nov 28, 2016
2 parents 42355d4 + 91cc51d commit d5e39bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/views/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@ main.search {
text-decoration: underline;
}
}

a[rel="external"]::after {
content: "\A0\A0\A0\A0\A0\A0";
}
}

.sections {
Expand Down
12 changes: 0 additions & 12 deletions app/assets/stylesheets/views/_tour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@

a {
@include core-16;

&[rel="external"] {
@include external-link-14;

@include media($size: desktop) {
@include external-link-16;
}
}
}
}
}
Expand Down Expand Up @@ -173,10 +165,6 @@
margin-left:0;
}
}

a[rel="external"] {
@include external-link-16;
}
}

&.tour-topics {
Expand Down

0 comments on commit d5e39bf

Please sign in to comment.