Add Custom Classes at Actor level
Status
Release Available | Status | Framework Name |
---|---|---|
3.8 | Current | MUI |
General
Now one should be able to configure custom classes at the actor level at different Dom Node levels. Below are the possible configurations.
Things to do to not affect builder UI because of portal Custom CSS
Added a custom class "Portal-actor" to all application actors and not to the builder actors. This will help write Custom CSS specific to the application actor and builder UI is not affected. For example, prior to this if you a write a Custom CSS to change the field border color to red based on the client's need/requirement, this will not only affect the portal application view but the builder view will also be affected.
Input { Border-color : red; }
The resolution to this is to add the "Portal-actor" class in the CSS selectors accordingly.
.portal-actor input { Border-color : red; }