From 71ead781c9a895fd6e591f0b380d83d5fbae9216 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Thu, 15 Feb 2018 10:36:45 +0000 Subject: [PATCH] Remove panel, highlight and page colours These colours are not actually used in Frontend and their definitions are being removed in the next version. As the only colour left in this section is in fact a border, not a background, rename the section. https://github.com/alphagov/govuk-frontend/pull/525 --- data/colours.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/data/colours.json b/data/colours.json index b4eb56e00b..bb5cdff18c 100644 --- a/data/colours.json +++ b/data/colours.json @@ -19,18 +19,9 @@ "name": "$govuk-link-visited-colour" } ], - "Backgrounds": [ + "Border": [ { "name": "$govuk-border-colour" - }, - { - "name": "$govuk-panel-colour" - }, - { - "name": "$govuk-highlight-colour" - }, - { - "name": "$govuk-page-colour" } ], "Buttons": [