tripp-bishop
10 years agoMentor
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. ...
- 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';
}