Closed
Bug 1209079
Opened 9 years ago
Closed 9 years ago
Make all dropdowns use a pointer cursor
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jfrench, Assigned: jfrench)
Details
Attachments
(1 file)
Similar to landed https://github.com/mozilla/treeherder/pull/991 for the Retrigger menu, we should have the same cursor: pointer property for:
o the Logout menu
https://github.com/mozilla/treeherder/blob/master/ui/partials/main/thLogoutMenu.html
o the Pinboard save menu entries
https://github.com/mozilla/treeherder/blob/57c047f1d3f3ebbf866c349704e75f8277392fdf/ui/partials/main/thPinboardPanel.html#L81-L85
When hovering over those interior anchor areas they incorrectly display the text cursor.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → tojonmz
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
Tweak PR for review :)
Attachment #8667372 -
Flags: review?(cdawson)
Assignee | ||
Comment 2•9 years ago
|
||
I made the change effective globally, so adjusting the bug title.
Summary: Add a cursor pointer property for the Logout and Pinboard Save menus → Make all dropdowns use a pointer cursor
Updated•9 years ago
|
Attachment #8667372 -
Flags: review?(cdawson) → review+
Comment 3•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/1804a4fae415dbda27a9b7d9be6ae975a9c25a43
Bug 1209079 - Make all dropdowns use a pointer cursor
This makes all dropdown menu entries not containing an href
use a pointer cursor.
Assignee | ||
Comment 4•9 years ago
|
||
Marking fixed per above merge.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•