Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2020 at 17:58 UTC
Updated:
14 Jul 2021 at 07:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
proeungComment #3
mherchelComment #4
kostyashupenkoAbout first point - blocker is here https://www.drupal.org/project/drupal/issues/3173022, so better wait for it
Comment #5
kostyashupenkoAbout 2nd point.. I'm thinking maybe better to add it to existing issue https://www.drupal.org/project/drupal/issues/3129291 ? Since.. not clear right now how we can add 2 new variables without overriding others.
See here:
These colours we have right now. But new color
#0c0d0ewhich we have to move to variable - is darker than our currentBlack 1. So.. It smells like global issue with namings.Any thoughts?
Comment #6
kostyashupenkoThese variable namings needs more standardisation
Comment #7
starshapedI went ahead and implemented the changes as requested in issue #2 above. kostayshupenko is correct in that there's an issue with the color naming --
#0c0d0eis darker than what we have set for the variable--color--gray-0. I ended up just adding#0c0d0ebelow--color--gray-0as I see that this has been done with--color-blue-30and--color-blue-50. Let me know if this works for now.Comment #8
gauravvvv commentedRe-rolled Patch #7, I think you forgot to compile postcss to CSS. Attached interdiff as well.
Comment #9
sakthivel m commentedApplied patch #8 Successfully and working as expected .Screenshot for the reference.
Moving to RTBC
Comment #10
sakthivel m commentedComment #11
mherchelRTBC +1.
Patch is still good!
Comment #14
lauriiiCommitted 45515db and pushed to 9.3.x. Also cherry-picked to 9.2.x because Olivero is experimental. Thanks!