Is there a way to highlight an inline list item when it is clicked? I have an action corresponding to clicking the inline list which doesn’t show details but does some internal setting of columns, but I would like an highlight or some change in the item visually when clicked, in order to help the user know clearly which item has been clicked. Would CSS code help?
What layout are you using for the inline list? For the simplicity of an approach I think you can add a check icon or something similar to mark it as checked.
I am using Tiles layout
See lower in the thread for a copyable example.