mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Fix hover on new logo
Summary: I scoped this wrong and didn't test. Test Plan: Hover on logo Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10801
This commit is contained in:
parent
37bc0474fe
commit
c1540434f7
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'f933e4df',
|
||||
'core.pkg.css' => '59173e43',
|
||||
'core.pkg.js' => 'cbdbd552',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -35,7 +35,7 @@ return array(
|
|||
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
||||
'rsrc/css/aphront/typeahead.css' => 'a989b5b3',
|
||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||
'rsrc/css/application/base/main-menu-view.css' => 'cebeecc4',
|
||||
'rsrc/css/application/base/main-menu-view.css' => 'a8d57876',
|
||||
'rsrc/css/application/base/notification-menu.css' => '6aa0a74b',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '5d71008f',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '3f5b9311',
|
||||
|
@ -717,7 +717,7 @@ return array(
|
|||
'phabricator-hovercard-view-css' => '893f4783',
|
||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
||||
'phabricator-main-menu-view' => 'cebeecc4',
|
||||
'phabricator-main-menu-view' => 'a8d57876',
|
||||
'phabricator-nav-view-css' => '9283c2df',
|
||||
'phabricator-notification' => '0c6946e7',
|
||||
'phabricator-notification-css' => '9c279160',
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
.device .phabricator-main-menu-brand:hover {
|
||||
.device-desktop .phabricator-main-menu-brand:hover {
|
||||
background-color: rgba(0,0,0,.6);
|
||||
cursor: hand;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue