You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On browse page tables, we use .table-hover. Given the hover color is blue, this is a bit confusing because in places like the project list page and <registry-imagestream-listing> we use a blue hover color to indicate the item is clickable. I think we should only use .table-hover if the item is clickable OR change the clickable item hover color. Granted the cursor changes when the item is clickable, but I think the hover color change dominates the cursor change affordance.
Row is not clickable:
Row is clickable:
thoughts, @openshift/team-ux-review?
The text was updated successfully, but these errors were encountered:
The blue highlighting is less subtle than the gray, imho, and it does make it seem like the table row should be clickable. PF uses blue for other actions (links, etc), so the blue highlighting for something that isn't interactive seems to me to be inconsistent.
Maybe this gray vs blue/interactive vs non-interactive is a question that should be raised upstream?
@rhamilto I agree with the points @ncameronbritt makes regarding gray vs blue. In PF listview links and actions are highlighted in blue on hover as well as the full row is highlighted in blue once selected (when multi-select checkboxes are enabled) but in general rows are not blue on hover.
I wonder about when a row is actually clickable to jump to a details page if it should be blue on hover though, such as the two examples you show last. @serenamarie125 have you run into this with other products at all?
On browse page tables, we use .table-hover. Given the hover color is blue, this is a bit confusing because in places like the project list page and <registry-imagestream-listing> we use a blue hover color to indicate the item is clickable. I think we should only use .table-hover if the item is clickable OR change the clickable item hover color. Granted the cursor changes when the item is clickable, but I think the hover color change dominates the cursor change affordance.
Row is not clickable:

Row is clickable:


thoughts, @openshift/team-ux-review?
The text was updated successfully, but these errors were encountered: