-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footer design audit #118
Footer design audit #118
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.
Put some comments into the Footer CSS file.
Also have a couple questions:
- Do we need the underline on the sub footer links? They were originally styled that way to match the current style of the canada.ca footer
- Should the links in the contextual band and main footer also have the new focus style?
@@ -145,24 +147,33 @@ | |||
|
|||
@media screen and (min-width: 64em) { | |||
display: inline-block; | |||
|
|||
gcds-signature { | |||
margin: 0 0 0 auto; |
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.
Can we turn this into a footer component token.
text-decoration: underline; | ||
text-underline-offset: 0.1em; | ||
text-decoration-color: currentColor; | ||
text-decoration-thickness: var(--gcds-border-width-sm); |
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.
Same comment as above
|
||
&:hover { | ||
color: var(--gcds-footer-sub-hover-text); | ||
text-decoration-thickness: var(--gcds-border-width-md); |
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.
Same comment as above
&:active { | ||
color: var(--gcds-footer-sub-active-text); | ||
background-color: var(--gcds-footer-sub-active-background); | ||
border-radius: var(--gcds-border-radius-sm); |
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.
Same comment as above
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.
LGTM
This Pull Request consists of the following work:
1) Updating the footer link styles to match the link styles on figma
2) Fixing alignment issues
3) Updating tokens