Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Mar 26, 2019
1 parent 4179e11 commit 9f5e768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## 16.7.0

* Add cookie banner component and migrate the remaining [govuk-template.js](https://github.com/alphagov/govuk_template/blob/master/source/assets/javascripts/govuk-template.js) scripts from [govuk_template](https://github.com/alphagov/govuk_template/) (PR #795)
* Update fieldset component to use GOV.UK Frontend styles (PR #791)
* Add width option to input component (PR #790)
* Add tracking to toggle.js (PR #796)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/component_guide/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ html {
// scss-lint:disable IdSelector
#user-satisfaction-survey-container,
#global-cookie-message {
display: none !important;
display: none;
}
// scss-lint:enable IdSelector

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ accessibility_criteria: |
- indicate when they have focus
examples:
default:
data:
id: default
data: {}
custom_message:
data:
id: custom-message
Expand Down

0 comments on commit 9f5e768

Please sign in to comment.