Hello,
I have the following block:
<a id="href_RDG_activeSheet">
<calcite-list-item id="listItem_RDG_activeSheet">
<calcite-action slot="actions-end" icon="download-to"></calcite-action>
</calcite-list-item>
</a>
Where I set the Label of the list-item in the JS script.
I'd like to be able to set the background color and the text color of the list item label but I cannot find how to do that.
Thank you in advance,
Marcelo