I'm looking for a way to override the cancel and update buttons on a resource. I'm new'ish to Nova.
I would like to add a class to the container for the cancel and update actions (see image). So far I can't figure out how to do that. There doesn't seem to be any unique class names or data attributes that allow me to target this section.
Is there a way to accomplish this?
Are there any concerns I should have if I do?
As i know, there is no way to add class to these buttons, without modify nova's core. But you can edit styles of existing elements. Check nova's docs about it.