Merge pull request #3245 from alphagov/remove-govuk-template-compatibility-flag

Remove govuk_template compatibility flag
This commit is contained in:
Tom Byers
2020-01-07 14:03:40 +00:00
committed by GitHub
2 changed files with 0 additions and 6 deletions

View File

@@ -67,11 +67,6 @@ a {
background-color: $focus-colour;
outline: 3px solid $focus-colour;
}
/* Make links slightly darker when focused to improve contrast. */
&:link:focus {
color: darken( $link-colour, 2.5%)
}
}
// Each selector, and then the whole block when only one remains, to be removed when the

View File

@@ -6,7 +6,6 @@
// https://github.com/alphagov/govuk-frontend/blob/master/docs/installation/compatibility.md#turn-on-compatibility-mode
// to be removed when these frameworks are removed.
$govuk-compatibility-govukfrontendtoolkit: true;
$govuk-compatibility-govuktemplate: true;
$govuk-compatibility-govukelements: true;
// set asset URL root to match that of application