Remove background color transition on glql table

What does this MR do and why?

Removes transition background color on glql table

Why?

The transition makes it feel a bit sluggish, especially when hovering over multiple rows.

Screenshots or screen recordings

Before After

How to set up and validate locally

Add a glql table in an issue or MR. Something like:

display: table
fields: state, title
query: type = Issue
limit: 5

Links

Merge request reports

Loading