RH 2019 custom list styles don't work
I just upgraded a project from RH 2019 Classic to RH 2019 and I'm having trouble using the custom list styles I created in the CSS. These styles worked perfectly well in RH 2019 Classic, but when I try to apply them in RH 2019 1. the style isn't applied, 2. if I double click the style more than a few times in a row the entire app freezes.
In my CSS file I have a few bullet styles that look like this (for Bullet, Bullet 2, ListNumber1, ListNumber2, etc):
LI.p-Bullet {
list-style: disc outside;
margin-left: 10px;
text-align: left;
background-color: transparent;
margin-top: 5px;
}
p.Bullet {
padding: 0px;
margin-top: 0px;
margin-bottom: 3px;
}
LI.p-Bullet P {
padding: 0px;
margin-top: 0px;
margin-bottom: 3px;
}
I confess to being mystified by why I need 3 styles to do one thing (I'm using a template from a previous project), but in RH 2019 Classic these styles gave me a Bullet paragraph style and a p-Bullet list style.
In RH 2019 Classic (and previous versions of RH) I would write a line of text, double click the p-Bullet list style to apply the style, then double click the Bullet paragraph style to make it look right. But now in RH 2019 that process is causing the issues I mentioned earlier. No list is applied, and the app freezes. Any thoughts as to why?
Additionally, perhaps I'm all wrong in my approach to lists. Is there a simpler way to manage decent-looking lists in RH? I was always trained to use the custom CSS styles from the Style pod, but maybe I should just use the RH formatting bar's Multilist styles?
A bit more background: this project was migrated from FM7 to RH 2019 Classic (and others will be in the future), so if anyone has a simple way to manage the migration and further manipulation of lists, I'm all ears!
