Opened 2 years ago

Closed 2 years ago

#16440 closed defect (bug) (fixed)

Dashboard box toggles don't change cursor on hover

Reported by: andrewryno Owned by: azaozz
Priority: normal Milestone: 3.2
Component: UI Version: 3.0
Severity: minor Keywords: has-patch
Cc:

Description

On the dashboard, when you hover over the arrow to collapse/expand each dashboard box, the cursor doesn't change from the default arrow. On the widgets page when trying to collapse/expand a widget, the cursor changes to a pointer (as expected) since it's a clickable arrow. Dashboard is using a <div> instead of an <a> like the widget page, so this just needs a simple CSS declaration.

Attachments (1)

16440.diff (321 bytes) - added by andrewryno 2 years ago.

Download all attachments as: .zip

Change History (9)

  • Keywords has-patch added
  • Keywords 3.2-early added
  • Milestone changed from Awaiting Review to Future Release
  • Version changed from 3.1 to 3.0

Reproduced in 3.0.

  • Keywords 3.2-early removed
  • Milestone changed from Future Release to 3.2
  • Owner set to kevindees
  • Status changed from new to accepted
  • Owner kevindees deleted
  • Status changed from accepted to assigned

Tested ocean90's diff above and all looks good.

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from assigned to closed

In [18156]:

Change cursor on hover on dashboard box toggles, props andrewryno, fixes #16440

Note: See TracTickets for help on using tickets.