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

Unified Diff: chrome/browser/ui/libgtkui/native_theme_gtk3.cc

Issue 2682593006: Gtk3: Bugfixes on several themes (Closed)
Patch Set: Created 3 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/libgtkui/gtk_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/native_theme_gtk3.cc
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk3.cc b/chrome/browser/ui/libgtkui/native_theme_gtk3.cc
index 18df7f81d00ead4fc1910198f2253fe3b7db432c..8f1a38057de93811c27d545e3d35a764598b24ae 100644
--- a/chrome/browser/ui/libgtkui/native_theme_gtk3.cc
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk3.cc
@@ -109,7 +109,7 @@ SkColor SkColorFromColorId(ui::NativeTheme::ColorId color_id) {
return GetFgColor("GtkMenu#menu GtkMenuItem#menuitem GtkLabel#label");
case ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor:
return GetFgColor(
- "GtkMenu#menu GtkMenuItem#menuitem:selected GtkLabel#label");
+ "GtkMenu#menu GtkMenuItem#menuitem:hover GtkLabel#label");
case ui::NativeTheme::kColorId_DisabledMenuItemForegroundColor:
return GetFgColor(
"GtkMenu#menu GtkMenuItem#menuitem:disabled GtkLabel#label");
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698