Skip to content

Commit

Permalink
Merge pull request #4173 from alphagov/remove-org-colours
Browse files Browse the repository at this point in the history
Remove unused org colour classes
  • Loading branch information
AshGDS authored Aug 27, 2024
2 parents cc102ff + 925cdb0 commit 2a2e5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
useful summary for people upgrading their application, not a replication
of the commit log.

Unreleased
## Unreleased

* Fix card component padding based on heading ([PR #4169](https://github.com/alphagov/govuk_publishing_components/pull/4169))
* Fix print issues on layout-super-navigation-header ([PR #4165](https://github.com/alphagov/govuk_publishing_components/pull/4165))
* Remove unused org colour classes ([PR #4173](https://github.com/alphagov/govuk_publishing_components/pull/4173))

## 43.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,49 +96,3 @@
border-color: #045f71;
}
}

// This change should be removed after relevant govuk-frontend release

.brand--ministry-of-housing-communities-and-local-government {
.brand__color {
color: #00625e;

&:link,
&:visited,
&:active {
color: #00625e;
}

&:hover,
&:focus {
color: $govuk-focus-text-colour;
}
}

&.brand__border-color,
.brand__border-color {
border-color: #00625e;
}
}

.brand--department-for-business-and-trade {
.brand__color {
color: #cf102d;

&:link,
&:visited,
&:active {
color: #cf102d;
}

&:hover,
&:focus {
color: $govuk-focus-text-colour;
}
}

&.brand__border-color,
.brand__border-color {
border-color: #cf102d;
}
}

0 comments on commit 2a2e5a1

Please sign in to comment.