Skip to content

Commit 6a30324

Browse files
committed
Target Pin hover to desktop only
Summary: Better CSS targeting. Test Plan: Tested Pholio on my desktop Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5235
1 parent 2020136 commit 6a30324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__celerity_resource_map__.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2898,7 +2898,7 @@
28982898
),
28992899
'phabricator-pinboard-view-css' =>
29002900
array(
2901-
'uri' => '/res/dbd15ab7/rsrc/css/layout/phabricator-pinboard-view.css',
2901+
'uri' => '/res/b7425941/rsrc/css/layout/phabricator-pinboard-view.css',
29022902
'type' => 'css',
29032903
'requires' =>
29042904
array(

webroot/rsrc/css/layout/phabricator-pinboard-view.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
text-align: left;
2525
}
2626

27-
.phabricator-pinboard-item-view:hover {
27+
.device-desktop .phabricator-pinboard-item-view:hover {
2828
cursor: pointer;
2929
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.30);
3030
}

0 commit comments

Comments
 (0)