I’m trying to set the color and font-weight in sidebar for selected and mouse over item. I have tried the following, but it does not work. Is this possible?
I forgot to mention what I want to do. I want that when the mouse is over an item, the text turns bold and when an item is selected, the text stays bold.
Actually, from what I can see, the provided styles do work for the most part, the only style that isn’t being applied is the text color. It looks like in the case of selection you have to apply the color directly to the <span> containing the text.
I would also like to note that you don’t have to use !important to override the default styles in some cases (i.e. in this example you can change the background color and font-weight without applying !important).