Closed (fixed)
Project:
Drupal core
Version:
main
Component:
Admin theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Apr 2026 at 09:43 UTC
Updated:
27 Apr 2026 at 08:05 UTC
Jump to comment: Most recent
Comments
Comment #3
quietone commentedComment #4
smustgrave commentedI've been trying to get my grep skills up and disclosure used AI to help write that.
grep -rn "^\s*#.*\bgin\b\|^\s*//.*\bgin\b\|^\s*\*.*\bgin\b" core/themes/default_admin
Which wasn't perfect
Picked up css selectors.
Just to manually check best I could I did use phpstorm search
I did search for ' gin ' with the spaces as just searching for gin gave me 4700 hits lol.
Thank you @quietone for keeping pushing these forward.
Comment #5
amateescu commentedShouldn't we use the name that was decided in #3576646: Rename Gin-based admin theme?
Default Adminvs.Admin...Comment #6
smustgrave commentedThat's going to trip me up because I've been saying Admin theme this entire time. Looks like @quietone addressed the comment.
Comment #7
amateescu commentedSorry for issue status ping-pong but I went through the MR thoroughly this time.
Comment #8
quietone commentedComment #9
amateescu commentedChanges look good to me.
Comment #10
amateescu commentedCommitted and pushed 92cd61b7b50 to main and 7c14c328470 to 11.x. Thanks!
Comment #15
poker10 commentedSeems like some
gin_hook mentions in comments were missed. I created another issue: #3584302: Update referenced Gin hooks in commentsComment #16
quietone commentedYes, they were specifically not done here. I never did get around to updating the issue summary, which I have done now.