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

Remove gradient on dropdown menus

Summary: Fixes T4732

Test Plan: Viewed a dropdown on a diff, now uses standard {$blue}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, chad

Maniphest Tasks: T4732

Differential Revision: https://secure.phabricator.com/D8698
This commit is contained in:
Chad Little 2014-04-03 19:59:18 -07:00
parent 077f57f06d
commit 9f8d35ae0e
2 changed files with 4 additions and 6 deletions

View file

@ -7,7 +7,7 @@
return array( return array(
'names' => 'names' =>
array( array(
'core.pkg.css' => '1f7a202d', 'core.pkg.css' => 'ab5dd633',
'core.pkg.js' => '57d0e1c4', 'core.pkg.js' => '57d0e1c4',
'darkconsole.pkg.js' => 'ca8671ce', 'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => '9578e86b', 'differential.pkg.css' => '9578e86b',
@ -128,7 +128,7 @@ return array(
'rsrc/css/phui/calendar/phui-calendar-month.css' => '5e762971', 'rsrc/css/phui/calendar/phui-calendar-month.css' => '5e762971',
'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989', 'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989',
'rsrc/css/phui/phui-box.css' => 'a36cf3a5', 'rsrc/css/phui/phui-box.css' => 'a36cf3a5',
'rsrc/css/phui/phui-button.css' => '8784a966', 'rsrc/css/phui/phui-button.css' => '653ac588',
'rsrc/css/phui/phui-document.css' => '3b078dc0', 'rsrc/css/phui/phui-document.css' => '3b078dc0',
'rsrc/css/phui/phui-feed-story.css' => '3a59c2cf', 'rsrc/css/phui/phui-feed-story.css' => '3a59c2cf',
'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a', 'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a',
@ -739,7 +739,7 @@ return array(
'phrequent-css' => 'ffc185ad', 'phrequent-css' => 'ffc185ad',
'phriction-document-css' => '7d7f0071', 'phriction-document-css' => '7d7f0071',
'phui-box-css' => 'a36cf3a5', 'phui-box-css' => 'a36cf3a5',
'phui-button-css' => '8784a966', 'phui-button-css' => '653ac588',
'phui-calendar-css' => '5e1ad989', 'phui-calendar-css' => '5e1ad989',
'phui-calendar-day-css' => 'de035c8a', 'phui-calendar-day-css' => 'de035c8a',
'phui-calendar-list-css' => 'c1d0ca59', 'phui-calendar-list-css' => 'c1d0ca59',

View file

@ -217,9 +217,7 @@ a.policy-control span.phui-icon-view {
} }
.dropdown-menu-frame a:hover { .dropdown-menu-frame a:hover {
background: #005588; background: {$blue};
background-image: linear-gradient(to bottom, #3b86c4, #2b628f);
background-image: -webkit-linear-gradient(top, #3b86c4, #2b628f);
color: white; color: white;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;