-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix(skip-link): fix skip-link styles with new design #607
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.
A few small things
@@ -1,19 +1,17 @@ | |||
:root { | |||
--skip-link-background-color: rgba(11, 14, 17, 0.9); | |||
--skip-link-background-color: rgba(255, 255, 255, 0.95); |
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.
Did you check with @awpearlm on this? The UX isn't clear, the notes say it's 90% opacity but the actual spec shows 95%.
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 don't know if anything needs to change where, just want to validate that 95% is correct.
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 was just going off the uxpin notes.
Co-authored-by: Jason <[email protected]>
Co-authored-by: Jason <[email protected]>
… into skiplink-styles
Closes issue: #455
The whitespace between the spans isn't needed as the
display: block
causes a whitespace.