1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

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
This commit is contained in:
Chad Little 2013-03-05 09:53:30 -08:00
parent 20201364e5
commit 6a30324361
2 changed files with 2 additions and 2 deletions

View file

@ -2898,7 +2898,7 @@ celerity_register_resource_map(array(
),
'phabricator-pinboard-view-css' =>
array(
'uri' => '/res/dbd15ab7/rsrc/css/layout/phabricator-pinboard-view.css',
'uri' => '/res/b7425941/rsrc/css/layout/phabricator-pinboard-view.css',
'type' => 'css',
'requires' =>
array(

View file

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