- Issue created by @idiaz.roncero
- 🇩🇪Germany solimanharkas Hamburg
I have the same issue, and implementing the Proposed Resolution resolved the problem. Thank you
- First commit to issue fork.
- 🇵🇹Portugal beatrizpais
I made a commit with the aforementioned update, can anyone test it?
- Status changed to Needs review
2 months ago 6:40am 11 September 2024 - 🇮🇹Italy tanc Italy
Made a MR from @beatrizpais branch so it can be easily tested as a patch
- Status changed to Closed: outdated
2 months ago 7:11am 11 September 2024 - 🇮🇹Italy tanc Italy
Created a new branch and MR as the old one doesn't apply cleanly. I don't think this method works any more as Gin has a dialog.css component which explicitly sets the background colour of the off-canvas ui dialog. It's not even using a variable, its just set to #444.
.ui-widget.ui-dialog.ui-dialog-off-canvas { --gin-offcanvas-active: var(--gin-color-primary); background: #444; border: 0 none; box-shadow: 0 0 48px rgba(0, 0, 0, .075);
So I think the solution will need to be ✨ Create an off-canvas style library Active
The new MR contains the correct overrides to ignore the base off-canvas CSS but the result isn't pretty.