You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/back-link/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,4 @@ Use the `govuk-back-link--inverse` modifier class to show a white link on a dark
47
47
48
48
Make sure all users can see the back link – the background colour must have a contrast ratio of at least 4.5:1 with white to meet [WCAG 2.2 success criterion 1.4.3 Contrast (minimum), level AA](https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html).
Copy file name to clipboardExpand all lines: src/components/breadcrumbs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,4 @@ Use the `govuk-breadcrumbs--inverse` modifier class to show white links and arro
47
47
48
48
Make sure all users can see the breadcrumbs – the background colour must have a contrast ratio of at least 4.5:1 with white to [meet WCAG 2.2 success criterion 1.4.3 Contrast (minimum), level AA](https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html).
Copy file name to clipboardExpand all lines: src/components/cookie-banner/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ layout: layout-pane.njk
8
8
---
9
9
10
10
{% from "_example.njk" import example %}
11
-
{% from "_brand-callout.njk" import brandCallout %}
11
+
{% from "_callout.njk" import callout %}
12
12
13
13
Allow users to accept or reject cookies which are not essential to making your service work.
14
14
@@ -21,9 +21,9 @@ Allow users to accept or reject cookies which are not essential to making your s
21
21
22
22
If you use the page template, you'll also get the Cookie banner without having to add it, as it's included by default. However, if you want to customise the default Cookie banner, read the [page template guidance about customising components](/styles/page-template/#changing-template-content).
<h2class="app-callout__heading">Brand changes to the {{title}} component</h2>
27
27
<pclass="govuk-body">From June 2025, the {{title}} component will change to support a wider refresh of the GOV.UK brand. </p>
28
28
29
29
<pclass="govuk-body">The updated colour palette changes the Cookie banner component’s background colour to light blue, instead of grey.</p>
@@ -202,4 +202,4 @@ We decided to remove the visible focus indicator from the confirmation message f
202
202
- it's the first element, at the very top of the page
203
203
- it displays in place of the cookie message, which is the last thing the user interacted with
204
204
205
-
In this scenario, we assume that a visible focus indicator would be more likely to confuse users than to help them. However, we need more research to prove this.
205
+
In this scenario, we assume that a visible focus indicator would be more likely to confuse users than to help them. However, we need more research to prove this.
Copy file name to clipboardExpand all lines: src/components/footer/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ layout: layout-pane.njk
8
8
---
9
9
10
10
{% from "_example.njk" import example %}
11
-
{% from "_brand-callout.njk" import brandCallout %}
11
+
{% from "_callout.njk" import callout %}
12
12
{%- from "govuk/components/tag/macro.njk" import govukTag -%}
13
13
14
14
The GOV.UK footer provides copyright, licensing and other information about your service.
@@ -22,9 +22,9 @@ The GOV.UK footer provides copyright, licensing and other information about your
22
22
23
23
If you use the page template, you'll also get the footer without having to add it, as it's included by default. However, if you want to customise the default footer, read the [page template guidance about customising components](/styles/page-template/#changing-template-content).
<h2>Brand changes to the {{title}} component</h2><pclass="govuk-body">From June 2025, the {{title}} component will change to support a wider refresh of the GOV.UK brand.</p>
27
+
<h2class="app-callout__heading">Brand changes to the {{title}} component</h2><pclass="govuk-body">From June 2025, the {{title}} component will change to support a wider refresh of the GOV.UK brand.</p>
Copy file name to clipboardExpand all lines: src/components/header/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ layout: layout-pane.njk
8
8
---
9
9
10
10
{% from "_example.njk" import example %}
11
-
{% from "_brand-callout.njk" import brandCallout %}
11
+
{% from "_callout.njk" import callout %}
12
12
13
13
The GOV.UK header component tells users they’re using a service on GOV.UK and lets them use GOV.UK-wide tools. Also known as the GOV.UK masthead.
14
14
@@ -21,9 +21,9 @@ The GOV.UK header component tells users they’re using a service on GOV.UK and
21
21
22
22
If you use the page template, you'll also get the GOV.UK header without having to add it, as it's included by default. However, if you want to customise the default GOV.UK header, read the [page template guidance about customising components](/styles/page-template/#changing-template-content).
<h2>Brand changes to the {{title}} component</h2><pclass="govuk-body">From June 2025, the {{title}} component will change to support a wider refresh of the GOV.UK brand.</p>
18
+
<h2class="app-callout__heading">Brand changes to the {{title}} component</h2><pclass="govuk-body">From June 2025, the {{title}} component will change to support a wider refresh of the GOV.UK brand.</p>
0 commit comments