Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
30 Jul 2021 at 09:24 UTC
Updated:
15 Oct 2021 at 11:59 UTC
Jump to comment: Most recent


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!