Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
Claro theme
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2023 at 21:15 UTC
Updated:
6 Mar 2023 at 16:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
gauravvvv commentedRefactored
system-admin--links.pcss.cssfile.1. Improved nesting of selectors.
2. No changes in
system-admin--links.cssfile, so we're good to review.Comment #4
bspeare commentedComment #5
smustgrave commentedThis issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request as a guide.
Change looks good.
All nesting is done
.css is unchanged so no screenshots are needed.
Comment #6
lauriiiI think this would be more readable if we had this only nested on two levels. First level would be
small .admin-linkand then we have the&:beforeand&:afterinside it.Comment #7
gauravvvv commentedThankyou for quick feedback @Lauri. I agree with you. I have updated the patch with required changes. please review
Comment #8
gauravvvv commentedAttached interdiff for same.
Comment #9
smustgrave commentedComment #11
lauriiiCommitted 7c9320b and pushed to 10.1.x. Thanks!