mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Add 1px MORE movement and .1s MORE transition to header alerts
Summary: A touch more movement / purpose Test Plan: Evan Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11839
This commit is contained in:
parent
53d959a755
commit
5c1fa23913
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'aba1dfdf',
|
||||
'core.pkg.css' => '26a65a65',
|
||||
'core.pkg.js' => '23d653bb',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '380f07e5',
|
||||
|
@ -35,7 +35,7 @@ return array(
|
|||
'rsrc/css/aphront/typeahead.css' => '0e403212',
|
||||
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
|
||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '8acd22bd',
|
||||
'rsrc/css/application/base/main-menu-view.css' => 'f9f5cd1b',
|
||||
'rsrc/css/application/base/notification-menu.css' => '6aa0a74b',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '60d0df9a',
|
||||
|
@ -729,7 +729,7 @@ return array(
|
|||
'phabricator-hovercard-view-css' => '893f4783',
|
||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||
'phabricator-keyboard-shortcut-manager' => 'c1700f6f',
|
||||
'phabricator-main-menu-view' => '8acd22bd',
|
||||
'phabricator-main-menu-view' => 'f9f5cd1b',
|
||||
'phabricator-nav-view-css' => '7aeaf435',
|
||||
'phabricator-notification' => '0c6946e7',
|
||||
'phabricator-notification-css' => '9c279160',
|
||||
|
|
|
@ -285,12 +285,12 @@
|
|||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.alert-notifications:hover {
|
||||
margin-top: -1px;
|
||||
transition-duration: .1s;
|
||||
.device-desktop .alert-notifications:hover {
|
||||
margin-top: -2px;
|
||||
transition-duration: .2s;
|
||||
}
|
||||
|
||||
.alert-notifications:hover .phui-icon-view {
|
||||
.device-desktop .alert-notifications:hover .phui-icon-view {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue