Skip to content

Commit

Permalink
Merge pull request #2733 from frankieroberto/tag-changes
Browse files Browse the repository at this point in the history
Tag component: updated guidance
  • Loading branch information
colinrotherham committed Oct 11, 2023
2 parents f95942e + f467bd3 commit ac7558b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
11 changes: 11 additions & 0 deletions src/components/tag/all-colours/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ layout: layout-example.njk
})}}
</td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell">
<code> govuk-tag--light-blue </code>
</td>
<td class="govuk-table__cell">
{{ govukTag({
text: "In progress",
classes: "govuk-tag--light-blue"
}) }}
</td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell">
<code> govuk-tag--purple </code>
Expand Down
8 changes: 5 additions & 3 deletions src/components/tag/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ You can use colour to help distinguish between different tags – or to help dra

[Do not use colour alone to convey information](https://www.w3.org/WAI/WCAG21/Understanding/use-of-color.html) because it’s not accessible. If you use the same tag in more than one place, make sure you keep the colour consistent.

Because tags with solid colours tend to stand out more, it’s usually best to avoid mixing solid colours and tints: use one or the other. This matters less if you’re only using two colours. For example, it's okay to use the tint `govuk-tag--grey` and solid blue tags together if you only need two statuses.

### Additional colours

If you need more tag colours, you can use the following tints.
If you need more tag colours, you can use the following colours.

{{ example({ group: "components", item: "tag", example: "all-colours", html: true, nunjucks: true, open: false }) }}

Expand All @@ -59,3 +57,7 @@ The Department for Education contributed the coloured tags. They’re being used

- apply for teacher training (used by citizens)
- manage teacher training applications (used by teacher training providers)

The tag component previously used uppercase bold text for the tags. This was changed as some research has shown that uppercase text can be harder to read, particularly for longer tag text.

The tag component previously used white text on a dark coloured background. Research from multiple teams found that some users perceived these as buttons and tried to click on them. The design was changed to try and avoid this, by using a lighter background colour and darker text.

0 comments on commit ac7558b

Please sign in to comment.