v18.1+ and CSS rules inheritance #4245
-
Since the massive refactor of the Style Manager, the style property fields show only values applied to the component id or on a class. The previous versions displayed also values coming from parent assignment, so if a "color: red;" was set on a class assigned to body (or even directly to body), then that "red" value was shown into the color picker. Before 18.1 this behavior could be controlled and targeted by some configuration parameters. Is there a similar configuration value or parameter to enable it back? Otherwise, what kind of extension/plugin should be implemented to have it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yeah unfortunately I had to remove inherited capability as in most cases it was highly unreliable and computed values were conflicting with the actual property definitions. I guess this feature could be implemented properly in the future by making it more reliable. |
Beta Was this translation helpful? Give feedback.
Yeah unfortunately I had to remove inherited capability as in most cases it was highly unreliable and computed values were conflicting with the actual property definitions. I guess this feature could be implemented properly in the future by making it more reliable.