Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: ui/views/controls/glow_hover_controller.cc

Issue 1711233002: Switch inactive tab highlight color from "white" to "active tab color". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Review comment Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/glow_hover_controller.cc
diff --git a/ui/views/controls/glow_hover_controller.cc b/ui/views/controls/glow_hover_controller.cc
index 806cbb1b48d254f7081d942ceacf5799f771e892..ef08308f7e72cb9f8a9583d836a6c233dfe2149d 100644
--- a/ui/views/controls/glow_hover_controller.cc
+++ b/ui/views/controls/glow_hover_controller.cc
@@ -9,7 +9,7 @@
namespace views {
// Amount to scale the opacity.
-static const double kSubtleOpacityScale = 0.25;
+static const double kSubtleOpacityScale = 0.45;
static const double kPronouncedOpacityScale = 1.0;
// How long the hover state takes.
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698