Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Claro theme
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2023 at 20:35 UTC
Updated:
3 Nov 2023 at 00:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #5
gauravvvv commentedImproved nesting of selectors. Please verify
Comment #6
smustgrave commentedNot sure if
.region-header > .page-title {But will let committer decide.
Comment #7
lauriiiUsing the
@nestsyntax would probably maker sense with the.region-header > .page-titleselector.Comment #8
gauravvvv commentedAddressed #7, attached patch and interdiff. please review
Comment #9
smustgrave commentedThanks looks good now!
Comment #10
lauriiiThoughts on this? 😇
Comment #11
smustgrave commentedLooks good code wise. Not aware of the @nest will have to look at that up.
Comment #12
bnjmnmI'm not a fan of the complied file resulting in the comment appearing in a different block than what it is commenting on. I know it's not in the file being edited but it could still be inspected in browser tools. If there isn't a way to tweak the syntax to get that working in this issue scope, perhaps there should be another issue to address comment placement in the built file and this can be postponed on that.
Comment #13
lauriiiIs there an inspector that shows CSS comments? 🤔 This should address the feedback but I'm not sure it's a good use of our time to optimize how comments appear in the generated CSS file.
Comment #15
gauravvvv commentedUnrelated failure. restoring status
Comment #18
stanzin commentedHow's this for D11?
Comment #19
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #20
kostyashupenkoComment #21
smustgrave commentedComment #22
quietone commentedI'm triaging RTBC issues. I read the IS and the comments. I didn't find any unanswered questions or other work to do.
Leaving at RTBC.
Comment #27
nod_Committed 59d11a9 and pushed to 11.x. Thanks!
The patch had an issue it was setting the top margin instead of the bottom margin. Fixed on commit, applied patch here.