File tree Expand file tree Collapse file tree 2 files changed +2
-47
lines changed
app/assets/stylesheets/govuk_publishing_components/components/helpers Expand file tree Collapse file tree 2 files changed +2
-47
lines changed Original file line number Diff line number Diff line change 7
7
useful summary for people upgrading their application, not a replication
8
8
of the commit log.
9
9
10
- Unreleased
10
+ ## Unreleased
11
11
12
12
* Fix card component padding based on heading ([ PR #4169 ] ( https://github.com/alphagov/govuk_publishing_components/pull/4169 ) )
13
13
* 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 ) )
14
15
15
16
## 43.0.0
16
17
Original file line number Diff line number Diff line change 96
96
border-color : #045f71 ;
97
97
}
98
98
}
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
- }
You can’t perform that action at this time.
0 commit comments