Forum Discussion

tripp-bishop's avatar
10 years ago

Changing Menubar text

Hi everyone,   So I have a standard menu-bar component that I'm using on an IdeaPage quilt. I have one menu-bar that controls options for the idea itself and then one for each comment on the idea. ...
  • KaelaC's avatar
    KaelaC
    10 years ago

    Our text keys are not node aware.  They would know the difference between a root message and a comment, an Idea and a Blog, but not one Idea from another Idea.  

     

    Best bet might be using a psuedo class like:

     

    options-menu:after{

    content: 'Comment Options';

    }