Problem/Motivation
The Gin admin theme will be merged into Drupal Core 11.3, see #3530852: [META] Admin theme modernisation
In preparing for that change, Gin has to remove contrib specific code, and therefore this module should incorporate those removed changes itself. Past and current versions of the Gin admin theme are not affected by this, they continue to contain that contrib specific code.
Proposed resolution
Please collect the changes from this MR and bring that code back into this module.
Comments
Comment #2
nagy.balint commentedLikely easy to do since we already have chosen.claro defined, and just need to extend it with the gin specific ones.
Comment #3
jurgenhaasComment #4
nagy.balint commentedAnother question is whether we can incorporate the code while keeping compatibility with older Gin versions. Maybe the only side effect that we will have the same css twice in the system?
Comment #5
jurgenhaasYes, I think that's correct.
The merge into core has not happened in 11.3, though, it's been postponed for 11.4. You can follow the progress at #3556948: Merging Gin as Admin theme
Comment #7
nagy.balint commentedCommitted, thank you!
Comment #8
nagy.balint commented