From 9f8d35ae0eca49fb67801215b3a6e155a57f860a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 3 Apr 2014 19:59:18 -0700 Subject: [PATCH] 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 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/phui/phui-button.css | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index f04b3f2502..d241dc39a4 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ return array( 'names' => array( - 'core.pkg.css' => '1f7a202d', + 'core.pkg.css' => 'ab5dd633', 'core.pkg.js' => '57d0e1c4', 'darkconsole.pkg.js' => 'ca8671ce', '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.css' => '5e1ad989', '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-feed-story.css' => '3a59c2cf', 'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a', @@ -739,7 +739,7 @@ return array( 'phrequent-css' => 'ffc185ad', 'phriction-document-css' => '7d7f0071', 'phui-box-css' => 'a36cf3a5', - 'phui-button-css' => '8784a966', + 'phui-button-css' => '653ac588', 'phui-calendar-css' => '5e1ad989', 'phui-calendar-day-css' => 'de035c8a', 'phui-calendar-list-css' => 'c1d0ca59', diff --git a/webroot/rsrc/css/phui/phui-button.css b/webroot/rsrc/css/phui/phui-button.css index 2a17d8d098..9969b33d16 100644 --- a/webroot/rsrc/css/phui/phui-button.css +++ b/webroot/rsrc/css/phui/phui-button.css @@ -217,9 +217,7 @@ a.policy-control span.phui-icon-view { } .dropdown-menu-frame a:hover { - background: #005588; - background-image: linear-gradient(to bottom, #3b86c4, #2b628f); - background-image: -webkit-linear-gradient(top, #3b86c4, #2b628f); + background: {$blue}; color: white; cursor: pointer; text-decoration: none;