-
Notifications
You must be signed in to change notification settings - Fork 9
Revert and fix upgrade to govuk frontend v3 #542
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy that the code was previously reviewed as part of the original PR (before it was reverted), so I've not reviewed the code – just looked at the example pages linked from this PR.
There are commits since the revert that weren't part of the code review - these fix the problem that caused the reversion: |
Aside from @vanitabarrett's comments, those commits make sense to me 👍 |
Thanks @vanitabarrett @36degrees |
Good catch on the CSS errors @vanitabarrett! The CSS errors caused by Since Elements and Frontend Toolkit are deprecated, are due to be removed soon 🤞, and this error will be ignored by browsers, I think that this can be safely ignored. |
The paragraph tags are set to have a lower spacing of 15px because I originally added an increase in line height so the focus state didn't overlap on the next line. Since it's just-about-okay, I'll add that as an issue for discussion on the component itself. Anyways, this is a longwinded way of me saying I've removed the app specific Govspeak overrides, so the spacing should be more consistent. |
What
Reverts the revert of the upgrade that broke service toolkit page and fixes the layout issues that were present on the Service Toolkit page.
Why
The Service Toolkit page still used Frontend Toolkit for layout, so looked broken.
Quick checks