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?
1 Like
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
1 Like
See lower in the thread for a copyable example.
4 Likes