I have a need in a couple of cases to have plain text in the toolbar. For example, our application shows the logged in user's name in the toolbar because that is the best place for it to reside in our application.
I can obviously include the text content as a button, but I cannot figure out how to prevent the standard button UI modifications from occurring. For example, it doesn't make any sense for the mouse to turn into a hand pointer over this text area and there is no point in highlighting the text area with the hover class.
I have tried numerous approaches with no luck so far. It seems that a "label" or "non-button" placeholder could be a useful addition to the list of Items.
I can obviously include the text content as a button, but I cannot figure out how to prevent the standard button UI modifications from occurring. For example, it doesn't make any sense for the mouse to turn into a hand pointer over this text area and there is no point in highlighting the text area with the hover class.
I have tried numerous approaches with no luck so far. It seems that a "label" or "non-button" placeholder could be a useful addition to the list of Items.