Bricks Version: 1.4b
If a class is locked, it’s not able to be added to an existing element. Class lock is supposed to prevent rules of the class from being edited (i.e. make them read-only) but still allow classes to be used in normal ways (i.e added to elements, removed from elements, deleted completely, and inspected).
The current implementation makes the feature fairly useless…in order to add a class (that is locked to prevent changing its rules) to an existing element, one has to:
- Unlock the class
- Add it to the element
- Lock it again.
And then if you want to see what rules are applied to the class you have to
- Unlock it
- Select it
- Inspect the rules
- Lock it again.
Looks the implementation of this feature was really rushed…hopefully it can be revisited before finalizing v.1.4.