OK, now I have time to experiment. I've added the style class in the skin, and the style shows up in the toc entry properties.
I've added the style:
Code: Select all
.TOCbeta > a:after
{
content: "\f126"; /*code fork */
font-family: FontAwesome;
vertical-align: super;
position: relative;
left: 5px;
bottom: 2px;
color: #ff7045;
font-size: smaller;
}
However, when I generate the project, the TOCbeta class is not applied to the <li> tag. I had expected the menu to be like this:
menubetastyle.png
and look like this:
menubeta.png
(This pic is from my adding the class manually in the Chrome's Inspect pane).
But there is no indication of my having selected the TOCbeta style class for the menu item anywhere.
Now how can that be. I have a guess: I am running 2017 r2, and the menu generation was changed completely to be generated on-the-fly and not pre-packaged by the target generator. This has screwed with several of my nifty add-ons that required the presence of a menu structure from the get-go.
Are you running 2017 r2?
You do not have the required permissions to view the files attached to this post.