Closed (fixed)
Project:
Seven
Version:
2.0.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2025 at 17:20 UTC
Updated:
25 Sep 2025 at 18:34 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
chewie commentedComment #3
avpadernoI can confirm the issue.
It does not happen with the Claro theme. We should probably use the same CSS styles / template file it uses.
Comment #5
avpadernoTruly, with the Claro theme, the Update settings button never appears. I tried changing the settings on that dialog box, but I have not seen that button appear.
Comment #6
chewie commentedIt is how it looks with changes in MR:

The button is hidden. Ajax works as expected.
Comment #7
chewie commentedComment #8
chewie commentedYes, the Ajax-related button is hidden on the frontend by .js-hide, but
.button:not(.button--danger)overrides that. So we can add additional exclusion to fix that.Comment #9
avpadernoI can confirm it works on the live preview.
Comment #11
avpadernoThank you for another issue and another merge request!