I've found that the main Pholio page (For example: https://secure.phabricator.com/pholio/) in a Phabricator install doesn't let me click on the bottom part of a Mockup's "card" to open it. You have to click on the image itself to open the Mockup fully. When scrolling over the rest of the card (the part with the creator, date, # of images, # of likes, etc.), it reacts as though it'd be actionable, but isn't.
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D8986 | rPb6185314512e Fix cursor on mock card hover in pholio |
Event Timeline
Comment Actions
This is probably a poorly scoped cursor: pointer; in CSS somewhere. Hunt it down and either remove it or scope it more appropriately.
(Since we put links on these cards and the images are pretty huge targets, I don't think we should try to make the whole card clickable.)