Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
CSS
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2021 at 17:51 UTC
Updated:
4 May 2021 at 12:04 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
maskedjellybeanI doubt that I've generated this patch correctly, but these are the changes I made to generate the screenshot you see under proposed resolution.
Comment #3
longwaveThanks for the patch! I agree that this does look better than before and makes the items visually distinctive.
You need to edit the .pcss.css files and then compile these to CSS with
yarn build:css, I've moved your changes to the .pcss.css files in this patch. I've also rerolled this against 9.2.x as any changes will need to go into the latest version first.Comment #4
maskedjellybeanThanks for making a correct patch @longwave!
I'm curious, do these .pcss.css files exist in 8.9.x or is this new for 9.x? Strangely I don't see them in my D8 install. I understand I should be working with D9 these days, but I'm just trying to understand.
Comment #5
longwaveAah, sorry - I forgot that in 8.9.x we only use PostCSS for Claro, we only started using it for the off-canvas CSS in 9.1.x.
Comment #6
gauravvvv commentedPatch #3, seems fine to me. Adding an after-patch screenshot for reference.
Moving to RTBC.
Comment #7
gauravvvv commentedComment #8
lauriiiComment #9
lauriiiThis is very nice self-contained improvement!
Committed 5deea4f and pushed to 9.2.x. Thanks!