govuk_publishing_components 35.16.0 → 35.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +19 -15
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-video-tracker.js +7 -1
- data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +9 -9
- data/app/assets/stylesheets/component_guide/application.scss +6 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +15 -15
- data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +3 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_breadcrumbs.scss +3 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_button.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_cards.scss +5 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +5 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +40 -35
- data/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +23 -19
- data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +6 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/_tabs.scss +2 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_steps.scss +3 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_media-down.scss +2 -2
- data/app/views/govuk_publishing_components/components/_attachment.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_contents_list.html.erb +20 -10
- data/app/views/govuk_publishing_components/components/_option_select.html.erb +3 -3
- data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +6 -6
- data/app/views/govuk_publishing_components/components/docs/contents_list.yml +1 -0
- data/config/locales/ar.yml +1 -0
- data/config/locales/az.yml +1 -0
- data/config/locales/be.yml +1 -0
- data/config/locales/bg.yml +1 -0
- data/config/locales/bn.yml +1 -0
- data/config/locales/cs.yml +1 -0
- data/config/locales/cy.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +1 -0
- data/config/locales/dr.yml +1 -0
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +2 -1
- data/config/locales/es-419.yml +1 -0
- data/config/locales/es.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fa.yml +1 -0
- data/config/locales/fi.yml +1 -0
- data/config/locales/fr.yml +1 -0
- data/config/locales/gd.yml +1 -0
- data/config/locales/gu.yml +1 -0
- data/config/locales/he.yml +1 -0
- data/config/locales/hi.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/hy.yml +1 -0
- data/config/locales/id.yml +1 -0
- data/config/locales/is.yml +1 -0
- data/config/locales/it.yml +1 -0
- data/config/locales/ja.yml +1 -0
- data/config/locales/ka.yml +1 -0
- data/config/locales/kk.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1 -0
- data/config/locales/ms.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +1 -0
- data/config/locales/pa-pk.yml +1 -0
- data/config/locales/pa.yml +1 -0
- data/config/locales/pl.yml +1 -0
- data/config/locales/ps.yml +1 -0
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro.yml +1 -0
- data/config/locales/ru.yml +1 -0
- data/config/locales/si.yml +1 -0
- data/config/locales/sk.yml +1 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so.yml +1 -0
- data/config/locales/sq.yml +1 -0
- data/config/locales/sr.yml +1 -0
- data/config/locales/sv.yml +1 -0
- data/config/locales/sw.yml +1 -0
- data/config/locales/ta.yml +1 -0
- data/config/locales/th.yml +1 -0
- data/config/locales/tk.yml +1 -0
- data/config/locales/tr.yml +1 -0
- data/config/locales/uk.yml +1 -0
- data/config/locales/ur.yml +1 -0
- data/config/locales/uz.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-hk.yml +1 -0
- data/config/locales/zh-tw.yml +1 -0
- data/config/locales/zh.yml +1 -0
- data/lib/govuk_publishing_components/presenters/contents_list_helper.rb +8 -0
- data/lib/govuk_publishing_components/presenters/meta_tags.rb +3 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f215a358b5348fe905ec3b11ba2d3301dd263bbe5fe6961cdab3586de5f11ead
|
|
4
|
+
data.tar.gz: fee32e2c6b0b5a587b36577db5f51a731b8c3df67b5d7b30db4089650edf7efd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f687a3d509cc89bd128d4c696f8f504575188b3ade7b6e536587c09be27ce7d0a3733203c52acfb48252ba6655a99b020d64d8ae5d2afbb23994e0f16a6bc2ad
|
|
7
|
+
data.tar.gz: 82488d3f778c9c3dc22f27eab581965780b695a43ff0585fd191771dbbf6aa05c165616c61d89873342755e9c90b13e638766f116fef25a72baf8c08a265362f
|
|
@@ -28,7 +28,7 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
28
28
|
schema_name: this.getMetaContent('schema-name'),
|
|
29
29
|
content_id: this.getMetaContent('content-id'),
|
|
30
30
|
|
|
31
|
-
browse_topic: this.getMetaContent('
|
|
31
|
+
browse_topic: this.getMetaContent('ga4-browse-topic'),
|
|
32
32
|
navigation_page_type: this.getMetaContent('navigation-page-type'),
|
|
33
33
|
navigation_list_type: this.getMetaContent('navigation-list-type'),
|
|
34
34
|
step_navs: this.getMetaContent('stepnavs'),
|
|
@@ -57,10 +57,11 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
57
57
|
emergency_banner: document.querySelector('[data-ga4-emergency-banner]') ? 'true' : undefined,
|
|
58
58
|
phase_banner: this.getElementAttribute('data-ga4-phase-banner') || undefined,
|
|
59
59
|
devolved_nations_banner: this.getElementAttribute('data-ga4-devolved-nations-banner') || undefined,
|
|
60
|
-
cookie_banner:
|
|
61
|
-
intervention: this.
|
|
60
|
+
cookie_banner: this.getBannerPresence('[data-ga4-cookie-banner]'),
|
|
61
|
+
intervention: this.getBannerPresence('[data-ga4-intervention-banner]'),
|
|
62
62
|
query_string: this.getQueryString(),
|
|
63
|
-
search_term: this.getSearchTerm()
|
|
63
|
+
search_term: this.getSearchTerm(),
|
|
64
|
+
spelling_suggestion: this.getMetaContent('spelling-suggestion')
|
|
64
65
|
}
|
|
65
66
|
}
|
|
66
67
|
window.GOVUK.analyticsGa4.core.sendData(data)
|
|
@@ -68,7 +69,7 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
68
69
|
},
|
|
69
70
|
|
|
70
71
|
getLocation: function () {
|
|
71
|
-
return this.PIIRemover.
|
|
72
|
+
return this.PIIRemover.stripPIIWithOverride(this.stripGaParam(document.location.href), true, true)
|
|
72
73
|
},
|
|
73
74
|
|
|
74
75
|
getSearch: function () {
|
|
@@ -95,8 +96,8 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
95
96
|
getQueryString: function () {
|
|
96
97
|
var queryString = this.getSearch()
|
|
97
98
|
if (queryString) {
|
|
98
|
-
queryString = this.PIIRemover.stripPIIWithOverride(queryString, true, true)
|
|
99
99
|
queryString = this.stripGaParam(queryString)
|
|
100
|
+
queryString = this.PIIRemover.stripPIIWithOverride(queryString, true, true)
|
|
100
101
|
queryString = queryString.substring(1) // removes the '?' character from the start.
|
|
101
102
|
return queryString
|
|
102
103
|
}
|
|
@@ -115,7 +116,7 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
115
116
|
},
|
|
116
117
|
|
|
117
118
|
getTitle: function () {
|
|
118
|
-
return this.PIIRemover.
|
|
119
|
+
return this.PIIRemover.stripPIIWithOverride(document.title, true, true)
|
|
119
120
|
},
|
|
120
121
|
|
|
121
122
|
// window.httpStatusCode is set in the source of the error page in static
|
|
@@ -148,7 +149,10 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
148
149
|
var content = document.getElementById('content')
|
|
149
150
|
var html = document.querySelector('html')
|
|
150
151
|
if (content) {
|
|
151
|
-
|
|
152
|
+
var contentLanguage = content.getAttribute('lang')
|
|
153
|
+
if (contentLanguage) {
|
|
154
|
+
return contentLanguage
|
|
155
|
+
}
|
|
152
156
|
}
|
|
153
157
|
// html.getAttribute('lang') is untested - Jasmine would not allow lang to be set on <html>.
|
|
154
158
|
return html.getAttribute('lang') || this.nullValue
|
|
@@ -164,18 +168,18 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
164
168
|
return (withdrawn === 'withdrawn') ? 'true' : 'false'
|
|
165
169
|
},
|
|
166
170
|
|
|
167
|
-
|
|
171
|
+
getBannerPresence: function (bannerSelector) {
|
|
168
172
|
/* If the user hides the banner using JS, a cookie is set to hide it on future page loads.
|
|
169
|
-
* Therefore we need to start the
|
|
173
|
+
* Therefore we need to start the banner module early so that it hides if this cookie exists.
|
|
170
174
|
* Without this, our pageview object will track the banner as visible before it gets hidden. */
|
|
171
175
|
|
|
172
|
-
var
|
|
176
|
+
var banner = document.querySelector(bannerSelector)
|
|
173
177
|
|
|
174
|
-
if (
|
|
175
|
-
window.GOVUK.modules.start(
|
|
176
|
-
var
|
|
178
|
+
if (banner) {
|
|
179
|
+
window.GOVUK.modules.start(banner)
|
|
180
|
+
var bannerHidden = banner.getAttribute('hidden') === '' || banner.getAttribute('hidden')
|
|
177
181
|
|
|
178
|
-
if (
|
|
182
|
+
if (bannerHidden) {
|
|
179
183
|
return undefined
|
|
180
184
|
}
|
|
181
185
|
return 'true'
|
|
@@ -70,7 +70,7 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
70
70
|
var data = {}
|
|
71
71
|
data.event_name = 'video_' + event
|
|
72
72
|
data.type = 'video'
|
|
73
|
-
data.url = player.getVideoUrl()
|
|
73
|
+
data.url = this.cleanVideoUrl(player.getVideoUrl())
|
|
74
74
|
data.text = player.videoTitle
|
|
75
75
|
data.action = event
|
|
76
76
|
data.video_current_time = Math.round(player.getCurrentTime())
|
|
@@ -81,6 +81,12 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
|
|
|
81
81
|
var schema = schemas.mergeProperties(data, 'event_data')
|
|
82
82
|
|
|
83
83
|
window.GOVUK.analyticsGa4.core.sendData(schema)
|
|
84
|
+
},
|
|
85
|
+
|
|
86
|
+
cleanVideoUrl: function (url) {
|
|
87
|
+
url = url.replace(/[?]{1}t=[0-9]+[&]{1}/, '?') // replace ?t=123& with ?
|
|
88
|
+
url = url.replace(/[&]{1}t=[0-9]+/, '') // replace &t=123 with ''
|
|
89
|
+
return url
|
|
84
90
|
}
|
|
85
91
|
}
|
|
86
92
|
|
|
@@ -268,32 +268,32 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
|
|
|
268
268
|
return visibleCheckboxes
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
OptionSelect.prototype.
|
|
272
|
-
var
|
|
273
|
-
var
|
|
271
|
+
OptionSelect.prototype.isComponentParentHidden = function isComponentParentHidden () {
|
|
272
|
+
var parentContent = this.$optionSelect.parentElement
|
|
273
|
+
var isparentContentHidden = false
|
|
274
274
|
// check whether this is hidden by progressive disclosure,
|
|
275
275
|
// because height calculations won't work
|
|
276
276
|
// would use offsetParent === null but for IE10+
|
|
277
|
-
if (
|
|
278
|
-
|
|
277
|
+
if (parentContent) {
|
|
278
|
+
isparentContentHidden = !(parentContent.offsetWidth || parentContent.offsetHeight || parentContent.getClientRects().length)
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
return
|
|
281
|
+
return isparentContentHidden
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
OptionSelect.prototype.setupHeight = function setupHeight () {
|
|
285
285
|
var initialOptionContainerHeight = this.$optionsContainer.clientHeight
|
|
286
286
|
var height = this.$optionList.offsetHeight
|
|
287
287
|
|
|
288
|
-
var
|
|
288
|
+
var isComponentParentHidden = this.isComponentParentHidden()
|
|
289
289
|
|
|
290
|
-
if (
|
|
290
|
+
if (isComponentParentHidden) {
|
|
291
291
|
initialOptionContainerHeight = 200
|
|
292
292
|
height = 200
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
// Resize if the list is only slightly bigger than its container
|
|
296
|
-
// If
|
|
296
|
+
// If isComponentParentHidden is true, then 200 < 250
|
|
297
297
|
// And the container height is always set to 201px
|
|
298
298
|
if (height < initialOptionContainerHeight + 50) {
|
|
299
299
|
this.setContainerHeight(height + 1)
|
|
@@ -145,7 +145,7 @@ $gem-guide-border-width: 1px;
|
|
|
145
145
|
border: 0;
|
|
146
146
|
padding: govuk-spacing(2);
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
&::before {
|
|
149
149
|
display: none;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
@@ -187,7 +187,7 @@ $gem-guide-border-width: 1px;
|
|
|
187
187
|
font-style: italic;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
&::before {
|
|
191
191
|
@include govuk-font($size: 14);
|
|
192
192
|
content: attr(data-content);
|
|
193
193
|
position: absolute;
|
|
@@ -201,7 +201,7 @@ $gem-guide-border-width: 1px;
|
|
|
201
201
|
.component-guide-preview--warning {
|
|
202
202
|
border-color: govuk-colour("yellow");
|
|
203
203
|
|
|
204
|
-
|
|
204
|
+
&::before {
|
|
205
205
|
background-color: govuk-colour("yellow");
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -209,7 +209,7 @@ $gem-guide-border-width: 1px;
|
|
|
209
209
|
.component-guide-preview--violation {
|
|
210
210
|
border-color: govuk-colour("red");
|
|
211
211
|
|
|
212
|
-
|
|
212
|
+
&::before {
|
|
213
213
|
background-color: govuk-colour("red");
|
|
214
214
|
color: govuk-colour("white");
|
|
215
215
|
}
|
|
@@ -516,11 +516,11 @@ $code-delete-bg: #fadddd;
|
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
.component__count {
|
|
519
|
-
|
|
519
|
+
&::before {
|
|
520
520
|
content: "(";
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
|
|
523
|
+
&::after {
|
|
524
524
|
content: ")";
|
|
525
525
|
}
|
|
526
526
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.gem-c-action-link {
|
|
4
4
|
display: table;
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
&::before {
|
|
7
7
|
content: "";
|
|
8
8
|
display: table-cell;
|
|
9
9
|
width: 60px;
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
.gem-c-action-link__subtext {
|
|
67
67
|
padding: 0;
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
&::before {
|
|
70
70
|
display: none;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
position: relative;
|
|
83
83
|
padding-left: govuk-spacing(4);
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
&::before {
|
|
86
86
|
content: "";
|
|
87
87
|
position: absolute;
|
|
88
88
|
top: 10%;
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.gem-c-action-link--white-arrow {
|
|
98
|
-
|
|
98
|
+
&::before {
|
|
99
99
|
background-image: image-url("govuk_publishing_components/action-link-arrow--white.png");
|
|
100
100
|
background-image: image-url("govuk_publishing_components/action-link-arrow--white.svg"), linear-gradient(transparent, transparent);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.gem-c-action-link--blue-arrow {
|
|
105
|
-
|
|
105
|
+
&::before {
|
|
106
106
|
width: 36px;
|
|
107
107
|
height: 28px;
|
|
108
108
|
background: image-url("govuk_publishing_components/action-link-arrow--blue.png");
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.gem-c-action-link--simple {
|
|
123
|
-
|
|
123
|
+
&::before {
|
|
124
124
|
width: 30px;
|
|
125
125
|
height: 30px;
|
|
126
126
|
background: image-url("govuk_publishing_components/action-link-arrow--simple.png");
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.gem-c-action-link--simple-light {
|
|
135
|
-
|
|
135
|
+
&::before {
|
|
136
136
|
width: 30px;
|
|
137
137
|
height: 30px;
|
|
138
138
|
background: image-url("govuk_publishing_components/action-link-arrow--simple-light.png");
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.gem-c-action-link--dark-icon {
|
|
147
|
-
|
|
147
|
+
&::before {
|
|
148
148
|
background: image-url("govuk_publishing_components/action-link-arrow--dark.png");
|
|
149
149
|
background: image-url("govuk_publishing_components/action-link-arrow--dark.svg"), linear-gradient(transparent, transparent);
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.gem-c-action-link--dark-large-icon {
|
|
154
|
-
|
|
154
|
+
&::before {
|
|
155
155
|
background: image-url("govuk_publishing_components/action-link-arrow--dark.png");
|
|
156
156
|
background: image-url("govuk_publishing_components/action-link-arrow--dark.svg"), linear-gradient(transparent, transparent);
|
|
157
157
|
height: 34px;
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
margin-bottom: govuk-spacing(2);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
&::before {
|
|
178
178
|
height: 30px;
|
|
179
179
|
width: 35px;
|
|
180
180
|
background-repeat: no-repeat;
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.gem-c-action-link--transparent-icon {
|
|
187
|
-
|
|
187
|
+
&::before {
|
|
188
188
|
background-image: image-url("govuk_publishing_components/action-link-arrow--transparent.svg");
|
|
189
189
|
}
|
|
190
190
|
}
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
.gem-c-action-link--brexit {
|
|
193
193
|
max-width: none;
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
&::before {
|
|
196
196
|
height: 30px;
|
|
197
197
|
width: 30px;
|
|
198
198
|
background-image: image-url("govuk_publishing_components/action-link-arrow--brexit.svg");
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
@include govuk-media-query($from: tablet) {
|
|
209
209
|
margin-bottom: govuk-spacing(2);
|
|
210
210
|
|
|
211
|
-
|
|
211
|
+
&::before {
|
|
212
212
|
width: 35px;
|
|
213
213
|
background-position: 0 4px;
|
|
214
214
|
background-size: 25px auto;
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.gem-c-action-link--nhs {
|
|
220
|
-
|
|
220
|
+
&::before {
|
|
221
221
|
width: 80px;
|
|
222
222
|
height: 70px;
|
|
223
223
|
background: image-url("govuk_publishing_components/action-link--nhs.png");
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
color: govuk-colour("white");
|
|
233
233
|
|
|
234
234
|
.gem-c-action-link__subtext {
|
|
235
|
-
|
|
235
|
+
&::before {
|
|
236
236
|
border-color: govuk-colour("white");
|
|
237
237
|
}
|
|
238
238
|
}
|
|
@@ -16,8 +16,9 @@
|
|
|
16
16
|
@include govuk-font($size: 19, $weight: bold);
|
|
17
17
|
|
|
18
18
|
// This pseudo element is to bypass an issue with NVDA where block level elements are dictated separately.
|
|
19
|
-
// What's happening here is that the label and the number technically have an inline relationship
|
|
20
|
-
|
|
19
|
+
// What's happening here is that the label and the number technically have an inline relationship
|
|
20
|
+
// but appear to have a block relationship thanks to this element
|
|
21
|
+
&::before {
|
|
21
22
|
content: "";
|
|
22
23
|
display: block;
|
|
23
24
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
color: govuk-colour("white");
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.gem-c-breadcrumbs--inverse .govuk-breadcrumbs__list-item
|
|
21
|
+
.gem-c-breadcrumbs--inverse .govuk-breadcrumbs__list-item::before {
|
|
22
22
|
border-color: govuk-colour("white");
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
padding-bottom: 14px;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-breadcrumbs__list-item
|
|
43
|
+
.govuk-breadcrumbs__list-item::before {
|
|
44
44
|
top: 18px;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.govuk-breadcrumbs__link
|
|
47
|
+
.govuk-breadcrumbs__link::after {
|
|
48
48
|
content: "";
|
|
49
49
|
position: absolute;
|
|
50
50
|
top: 0;
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
.gem-c-cards__link {
|
|
67
67
|
// Make the entire list item area clickable
|
|
68
|
-
|
|
68
|
+
&::after {
|
|
69
69
|
bottom: 0;
|
|
70
70
|
content: "";
|
|
71
71
|
left: 0;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
top: 0;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
&::before {
|
|
78
78
|
$dimension: 7px;
|
|
79
79
|
$width: 3px;
|
|
80
80
|
|
|
@@ -90,13 +90,13 @@
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&:hover {
|
|
93
|
-
|
|
93
|
+
&::before {
|
|
94
94
|
border-color: $govuk-link-hover-colour;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&:focus {
|
|
99
|
-
|
|
99
|
+
&::before {
|
|
100
100
|
border-color: $govuk-focus-text-colour;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
margin-bottom: govuk-spacing(1);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.gem-c-cards__link
|
|
123
|
+
.gem-c-cards__link::before {
|
|
124
124
|
display: none;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
padding-left: govuk-spacing(5);
|
|
136
136
|
padding-top: govuk-spacing(2);
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
&::before {
|
|
139
139
|
content: "—";
|
|
140
140
|
position: absolute;
|
|
141
141
|
left: 0;
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
padding: 0;
|
|
147
147
|
padding-bottom: govuk-spacing(2);
|
|
148
148
|
|
|
149
|
-
|
|
149
|
+
&::before {
|
|
150
150
|
display: none;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
// the after element extends the link to cover the image, removing the
|
|
104
104
|
// need for a duplicate link. Other elements apart from the image are given
|
|
105
105
|
// position relative and a higher z-index to put them above the after element
|
|
106
|
-
|
|
106
|
+
&::after {
|
|
107
107
|
content: "";
|
|
108
108
|
position: absolute;
|
|
109
109
|
z-index: 1;
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
@include govuk-media-query($from: mobile, $until: tablet) {
|
|
120
|
-
|
|
120
|
+
&::after {
|
|
121
121
|
left: govuk-spacing(3);
|
|
122
122
|
right: govuk-spacing(3);
|
|
123
123
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
.gem-c-image-card__list-item {
|
|
177
177
|
position: relative;
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
&::before { // stylelint-disable-line max-nesting-depth
|
|
180
180
|
content: "-";
|
|
181
181
|
position: absolute;
|
|
182
182
|
left: (- govuk-spacing(3));
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
padding-bottom: govuk-spacing(2);
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.gem-c-image-card__title-link
|
|
229
|
+
.gem-c-image-card__title-link::after {
|
|
230
230
|
left: 0;
|
|
231
231
|
right: 0;
|
|
232
232
|
}
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
.gem-c-image-card__youtube-thumbnail-image-container {
|
|
290
290
|
position: relative;
|
|
291
291
|
|
|
292
|
-
|
|
292
|
+
&::before {
|
|
293
293
|
background: url("govuk_publishing_components/youtube-play-icon.png");
|
|
294
294
|
background: url("govuk_publishing_components/youtube-play-icon.svg"), linear-gradient(transparent, transparent);
|
|
295
295
|
background-repeat: no-repeat;
|