Closed (fixed)
Project:
U.S. Web Design System (USWDS)
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2019 at 01:44 UTC
Updated:
23 Jul 2019 at 20:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
irisibk commentedComment #3
rromore commentedI believe most of this was done in https://www.drupal.org/project/uswds/issues/3039824, however I did see a few small issues that I think were missed which are applicable to this ticket. I'm attaching a patch which does the following:
- changes `$variables['footer_style']` in page.preprocess.inc to use 'usa-footer--' instead of 'usa-footer-'
- changes the footer helpful flags variables to compare against `$footer_style` instead of `$variables['footer_style']`, which is more in line with what the header helpful flags variables are using
- changes footer nav element's class from "usa-footer-nav" to "usa-footer__nav" in templates/system/layout/page.html.twig
Comment #4
irisibk commentedComment #5
fskreuz commentedLooks good to me.
Comment #7
irisibk commented