Hello,
I'm having trouble switching from Material-Web to Material-ESM.
In Material-Web, I was able to set the property “--md-menu-item-selected-container-color” for a dropdown menu. However, this has no effect in Material-ESM. I suspect the problem lies in an unused style rule for the list item.
material-web (you can see the used style rule of ".list-item.selected"):

material-esm (".list-item.selected" is missing):

Can you fix this issue please?
Hello,
I'm having trouble switching from Material-Web to Material-ESM.
In Material-Web, I was able to set the property “--md-menu-item-selected-container-color” for a dropdown menu. However, this has no effect in Material-ESM. I suspect the problem lies in an unused style rule for the list item.
material-web (you can see the used style rule of ".list-item.selected"):

material-esm (".list-item.selected" is missing):

Can you fix this issue please?