-
Notifications
You must be signed in to change notification settings - Fork 1
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
D8CORE-4778: adding underline hovers to splash links #244
base: 9.x
Are you sure you want to change the base?
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.
This looks good A11y-wise, but do you think we should we update this to match the other mailto link underlines? Those have the underline appearing as the default state, not just on hover.
@jdwjdwjdw I'm not sure. @cjwest Does the underline on the splash text need to be on hover or a constant? I did it as an on hover. But Jacob points out that the other mailto are always underlined and the color changes on hover. thanks! |
Good question, @jenbreese ! To meet WCAG 1.4.1: Use of Color from Technique G183
|
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.
Actually, instead of ADDing more css, let's remove the css that this PR is overridding.
@pookmish I looked and the That mixin is used on these pages. The headings and the card would like have pretty big impact. It is safer to override rather than remove it in Decanter. I'm concerned it will have trickle effects that I would have to have other teammates agree on. What do you think? Where the mixin is used: |
Then this issue should really be resolved in decanter. Basically we should never do a
These really should be any link in the affected elements you mentioned. The date stacked doesn't contain any links. The super headline doesn't contain any links. the heading should or already do have an underline if they are a link. |
Ok. That all makes sense. I will create that PR change for Decanter. For the splash text, having the underline on hover will solve the original problem in the Jira, correct @cjwest? |
@jenbreese |
This still needs work. |
READY FOR REVIEW
Summary
Review By (Date)
Criticality
Urgency
Review Tasks
Setup tasks and/or behavior to test
drush cr ; drush ci
Site Configuration Sync
Front End Validation
Backend / Functional Validation
Code
Code security
General
Affected Projects or Products
Associated Issues and/or People
- D8CORE-4778
Resources