Entity Browser modal looks like this in darkmode:

I found that gin_preprocess_html() is not invoked in that context due this theme manager logic; if an theme registry item is found for a suggestion, its information is used instead of the info for the main hook.
So we need a preprocess implementation for html__entity_browser__modal.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | gin-entity_browser_modal_html_classes-afer.png | 30.64 KB | manuel.adan |
| #2 | gin-entity_browser_modal_html_classes-3193673-2.patch | 418 bytes | manuel.adan |
| gin-entity_browser_modal_html_classes-before.png | 34.33 KB | manuel.adan |
Comments
Comment #2
manuel.adanAfter patching:
Comment #4
saschaeggiThanks a lot!