Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Dec 2021 at 16:00 UTC
Updated:
25 Mar 2022 at 10:24 UTC
Jump to comment: Most recent, Most recent file




Comments
Comment #2
andregp commentedI'll work on this issue
Comment #3
andregp commentedHere's a simple patch to solve this issue.
Comment #4
andregp commentedFixing coding standards.
Comment #5
andregp commentedI keep getting the error
No files matching the pattern "/var/www/html/core/themes/olivero/css/components/tour.css" were found.on the tests above (#3 and #4). So instead of creating a new file for the custom style, I just added it to a file that already exists.(I'm not providing an interdiff as it's a completely different approach.)
Comment #6
ranjith_kumar_k_u commentedComment #7
andregp commented@ranjith_kumar_k_u the olivero.libraries.yml only loads the button.css file not the button.pcss.css so why did you change it too on your patch? What does you patch do differently from the previous one?
When providing a new patch It's a good practice to explain the reason so the community can know what you're trying to fix.
Comment #8
kristen pol@andregp I thought that the
pss.cssfiles were used to generate the.cssfiles which is why the:is at the top of the
.cssfiles. No? But, I haven't done much frontend dev in a long time and have only worked with Sass/Less before.Tagging for testing since tests are passing.
Patch applies cleaning to Drupal 9.3 and 9.4 and with offsets for Drupal 10:
Comment #9
kristen polAdded testing notes. Also tagging for the issue summary to be cleaned up such as using the issue summary template.
Comment #10
Satyajit1990 commentedHi @Kristen Pol,
Verified with Patch #6
Version - 9.4
Theme - Olivero
Testing result : Now Close button is bigger and more similar to the Umami Demo theme size.
Note : Patch file is not working on 9.3
Comment #11
Satyajit1990 commentedComment #12
kristen polThanks for testing @Satyajit1990. You don't have to include files of simplytest.me or DrupalPod not working.
But, I have found out from @catch that when the patch applies to more than one version, we can just test on 9.4 or 10, i.e. we don't have to test on all versions... just ones with different MRs/patches.
Assuming this CSS approach is okay, all that's needed is the issue summary update.
Comment #13
kristen polUpdated the issue summary to use the template. Marking RTBC based on the above.
Comment #16
lauriiiCommitted c606891 and pushed to 10.0.x. Also cherry-picked to 9.4.x. Thanks!