Table color changes on mouse-over

Hi everyone,

I was looking for a way to draw attention to the line of the table I was on with the mouse, so I experimented with this which seems to work well :

<style>
[role="row"]:hover [role="gridcell"] {
background-color: #f1f1f1 !important;
}
</style>

And voilà:

Untitled(1)

Simple ux improvement!
@artur (any PM in charge of the block design updates?)

This ux improvement is specific to the action “on item click” . This is not always clear for people who are not really used to digital tools (or people freaked out to touch something they shouldn’t :sweat_smile:) to let them know where they are going to click on.