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:
parent
20201364e5
commit
6a30324361
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue