Skip to content

Commit

Permalink
Remove unused colour definitions
Browse files Browse the repository at this point in the history
None of these defined ‘applied’ colours are actually being used anywhere, so let’s remove them.

The panel colour was used by the previous / next component which has been temporarily removed, but it would probably make more sense for that component to reference $govuk-grey-4 directly anyway.
  • Loading branch information
36degrees committed Feb 15, 2018
1 parent 00dde2e commit 239ca6d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/globals/scss/settings/_colours-applied.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,4 @@ $govuk-text-colour: $govuk-black; // Standard text colour
$govuk-print-text-colour: #000000; // Text colour when printing
$govuk-secondary-text-colour: $govuk-grey-1; // Section headers, help text etc.
$govuk-border-colour: $govuk-grey-2; // Borders, seperators, rules, keylines etc.
$govuk-panel-colour: $govuk-grey-3; // Related links panel, page footer etc.
$govuk-canvas-colour: $govuk-grey-4; // Page background
$govuk-highlight-colour: $govuk-grey-4; // Table stripes etc.
$govuk-page-colour: $govuk-white; // The page
$govuk-discovery-colour: $govuk-fuschia; // Discovery badges and banners
$govuk-alpha-colour: $govuk-pink; // Alpha badges and banners
$govuk-beta-colour: $govuk-orange; // Beta badges and banners
$govuk-live-colour: $govuk-grass-green; // Live badges and banners
$govuk-error-colour: $govuk-red; // Error text and border colour
$govuk-error-background: #fef7f7; // Error background colour

// https://github.com/alphagov/govuk_template/blob/master/source/assets/stylesheets/styleguide/_colours.scss#L3
// GOV.UK template colours

$govuk-proposition-border: #2e3133;
// Based on GOV.UK brand blue but slightly lighter so it hits contrast on the
// black header bar when used as copy colour.
$govuk-proposition-active-nav: #1d8feb;

$govuk-footer-background: $govuk-grey-3;
$govuk-footer-border-top: #a1acb2;
$govuk-footer-link: #454a4c;
$govuk-footer-link-hover: #171819;
$govuk-footer-text: $govuk-footer-link;

0 comments on commit 239ca6d

Please sign in to comment.