Olivero: Skip link fails accessibility color test on hover.
Background color for skip link is #0D1214 and foreground color is #0D77B5.
This is failing accessibility test.


| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2021-07-30 at 2.52.12 PM.png | 108.61 KB | gauravvvv | |
| Screenshot 2021-07-30 at 2.51.38 PM.png | 21.41 KB | gauravvvv |
Issue fork drupal-3226010
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mariohernandez commentedWhat should the hover color for skip link be? Would white do it?
Comment #3
mariohernandez commentedComment #4
mherchelGood catch!
Comment #5
mariohernandez commentedHey @mherchel first time contributing to Olivero. Do I simply commit changes to the *.pcss.css file or do I also commit updates to the plain *.css file?
Comment #7
kostyashupenkoHello @mariohernandez, the answer on your question is here
Comment #8
mherchelYep! Both PCSS and CSS should be committed. If DrupalCI's compiled output is different than what you upload, tests will fail.
See the link from @kostyashupenko.
Also, you'll want to run
yarn lint:cssto ensure that there's no whitespace or ordering issues. Feel free to ping me in Slack#oliveroanytime.Comment #9
mariohernandez commentedComment #10
mherchelTests are failing because the compiled CSS output doesn't match what the MR contains. You'll want to run
yarn build:cssone more time, and then commit the resulting file.Other than that, this looks great!
Comment #11
kostyashupenkoComment #12
mherchelLooks great!
Comment #13
mariohernandez commentedSorry I was late to correct the linter issue.
Comment #16
lauriiiCommitted 4313e7f and pushed to 9.3.x. Also cherry-picked to 9.2.x because Olivero is experimental. Thanks!