Fix cursor on mock card hover in pholio

Summary: Fixes T4888, make seemingly actionable area in Pholio "Mocks List" actually actionable

Test Plan: Open pholio, create a mock, return to list of all mocks, hover over mock, only image in mock should switch to pointer on hover.

Reviewers: chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T4888

Differential Revision: https://secure.phabricator.com/D8986
This commit is contained in:
lkassianik
2014-05-05 17:06:12 -07:00
committed by epriestley
parent a928caf41d
commit b618531451
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,6 @@
}
.device-desktop .phui-pinboard-item-view:hover {
cursor: pointer;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.30);
}