Skip to content

Commit

Permalink
Remove external-link styles
Browse files Browse the repository at this point in the history
This has been removed from the govuk_frontend_toolkit so it was
breaking our imports.  Just going to remove them entirely.

Removing external links in the govuk_frontend_toolkit:
alphagov/govuk_frontend_toolkit#293
  • Loading branch information
pcraig3 committed Feb 8, 2017
1 parent 87d7a78 commit e5bfbc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions pages_builder/assets/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ a.version-link {

}

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

.index-list {

@include core-19;
Expand Down
5 changes: 0 additions & 5 deletions toolkit/scss/forms/_summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ table.summary-item-body-no-bottom-border-row-bold-borders-text-large {
margin-bottom: 5px;
}
}

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

%summary-item-field-no-padding,
Expand Down

0 comments on commit e5bfbc7

Please sign in to comment.