Skip to content

Commit

Permalink
Add release note entry
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jul 17, 2019
1 parent 724dc5c commit c613156
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,22 @@ If there are links back to radios or checkboxes components in your error summary

[Pull request #1426: Make radios and checkboxes components easier to link to from error summary](https://github.com/alphagov/govuk-frontend/pull/1426)

### Update the markup for tabs

You do not need to do anything if you're not using using Nunjucks macros.

If you are not using the Nunjucks macros, remove the `govuk-tabs__tab--selected` from the first tab's link, and add the new class `govuk-tabs__list-item--selected` to its parent list item instead:

```html
<li class="govuk-tabs__list-item govuk-tabs__list-item--selected">
<a class="govuk-tabs__tab" href="#tab1">
Tab 1
</a>
</li>
```

[Pull request #1496: Update the focus state for tabs](https://github.com/alphagov/govuk-frontend/pull/1443)

### Update start button icon

[Start buttons](https://design-system.service.gov.uk/components/button/#start-buttons) have a new icon. Your start buttons will lose their current icons unless you replace the old icon with the new one.
Expand Down

0 comments on commit c613156

Please sign in to comment.