Skip to content

Commit 2a2e5a1

Browse files
authored
Merge pull request #4173 from alphagov/remove-org-colours
Remove unused org colour classes
2 parents cc102ff + 925cdb0 commit 2a2e5a1

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
useful summary for people upgrading their application, not a replication
88
of the commit log.
99

10-
Unreleased
10+
## Unreleased
1111

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

1516
## 43.0.0
1617

app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -96,49 +96,3 @@
9696
border-color: #045f71;
9797
}
9898
}
99-
100-
// This change should be removed after relevant govuk-frontend release
101-
102-
.brand--ministry-of-housing-communities-and-local-government {
103-
.brand__color {
104-
color: #00625e;
105-
106-
&:link,
107-
&:visited,
108-
&:active {
109-
color: #00625e;
110-
}
111-
112-
&:hover,
113-
&:focus {
114-
color: $govuk-focus-text-colour;
115-
}
116-
}
117-
118-
&.brand__border-color,
119-
.brand__border-color {
120-
border-color: #00625e;
121-
}
122-
}
123-
124-
.brand--department-for-business-and-trade {
125-
.brand__color {
126-
color: #cf102d;
127-
128-
&:link,
129-
&:visited,
130-
&:active {
131-
color: #cf102d;
132-
}
133-
134-
&:hover,
135-
&:focus {
136-
color: $govuk-focus-text-colour;
137-
}
138-
}
139-
140-
&.brand__border-color,
141-
.brand__border-color {
142-
border-color: #cf102d;
143-
}
144-
}

0 commit comments

Comments
 (0)