huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
237 stars 79 forks source link

[IX] Provide visual cue to indicate a table row hover state #6806

Closed aphilop closed 2 months ago

aphilop commented 4 months ago

When a user interacts with table rows, it's helpful to show visual signs of their interaction. By adding a hover state — where a row changes appearance when the cursor is over it — can help users to keep track of where they are in the table, especially when they need to interact with actionable items.

image

juanmnl commented 4 months ago

Table row:

Hover add gray-50 as background (could be very mild, if so try 100)

Templates - row - hover

Active add indigo-50 as background (could be very mild, if so try 100)

Templates -  row - active Templates - row - active