Bricks Version: 1.6.2 Browser: Firefox 109.0 OS: Windows 10 21H2 URL: Local Site
For my headings I have created a global class with a certain predefined style. Among them also a separator that should be displayed on the left before the heading.
When I add another heading and then assign the class to this heading, the setting for the sperator where it should be displayed (left, right …) is missing.
All other values (e.g. width and height of the sparator) are taken over any problems.
When I duplicate the heading it works fine and the separator is displayed.
Maybe someone else has the problem and can reproduce it
Addition: As it looks the setting of the separator is always stored in the automatically generated ID selector. That is why it is probably not taken over
The separator dropdown is not a CSS property, but adds an html element and therefore cannot be stored within a class or an ID. The styles, however, can, as you can see from your screenshot:
The width and height are entered for the selected class. Enclosed is my example, in which I have styled on .myHeadingSep. As you can see, the styles are attached to my class.
Long story short: you can save the styles of the separator in a class, but you have to add the separator itself (its HTML element) manually using the separator dropdown.