In reply to: Markus Jenni
Hi Martin
Daniel Krüger shows how to implement uniform button styling in this post:
https://daniels-notes.de/posts/2021/path-button-styling
The same approach could also be used for fields.
However, i would prefer having to possibility to add custom css classes to field name/value in addition to the current field name/value style option as you propose
To be consistent, the custom css classes option should also be added to button style of the path.
In conjunction with the global css styles it would be a huge benefit.
Hi Markus!
Thanks for your reply. Yes, I’m aware of Daniel’s solution and I’m already using it in all my projects. However, it’s just a workaround. As you said, it would be much easier (and correct from a developer perspective) to target and style elements based on classes (or even custom data attributes) and not by having to combine that many selectors.
Cheers,
Martin