Skip to content

Don't highlight disabled items on hover

In the past we didn't have to do this because we simply bound hoverEnabled to enabled. But then we moved away from that to make tooltips for disabled items appear on hover. Thus, we need to check for enablement when deciding when to use the hover state for hovered items.

I adjusted the manual tests too, where relevant. They currently expose a lot of breakage though; we should probably be in the habit of looking at them more often.

Before After
Before After

BUG: 472811
FIXED-IN: 6.3.2

Merge request reports

Loading