diff -Nru ubuntu-themes-14.04+16.04.20171116/Ambiance/gtk-2.0/gtkrc ubuntu-themes-14.04+16.04.20180326/Ambiance/gtk-2.0/gtkrc --- ubuntu-themes-14.04+16.04.20171116/Ambiance/gtk-2.0/gtkrc 2017-11-16 23:34:50.000000000 +0000 +++ ubuntu-themes-14.04+16.04.20180326/Ambiance/gtk-2.0/gtkrc 2018-03-26 09:24:42.000000000 +0000 @@ -571,15 +571,6 @@ text[INSENSITIVE] = darker (@bg_color) } -# Workaround style for menus where the text color is used instead of the fg color. -style "menuitem_text_is_fg_color_workaround" { - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = "#99958b" -} - # Workaround style for places where the fg color is used instead of the text color. style "fg_is_text_color_workaround" { fg[NORMAL] = @text_color @@ -707,8 +698,6 @@ # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 # Note that this work around assumes that the combobox is _not_ in appears-as-list mode. widget_class "*.." style "text_is_fg_color_workaround" -# This is the part of the workaround that fixes the menus -widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" # Work around the usage of GtkLabel inside GtkListItems to display text. # This breaks because the label is shown on a background that is based on the base color. diff -Nru ubuntu-themes-14.04+16.04.20171116/debian/changelog ubuntu-themes-14.04+16.04.20180326/debian/changelog --- ubuntu-themes-14.04+16.04.20171116/debian/changelog 2018-03-26 15:22:30.000000000 +0000 +++ ubuntu-themes-14.04+16.04.20180326/debian/changelog 2018-03-26 15:22:31.000000000 +0000 @@ -1,3 +1,10 @@ +ubuntu-themes (14.04+16.04.20180326-0ubuntu1) xenial; urgency=medium + + * Remove an old workaround which would force combobox menu text (LP: + #1725921) + + -- Marco Trevisan (TreviƱo) Mon, 26 Mar 2018 09:25:21 +0000 + ubuntu-themes (14.04+16.04.20171116-0ubuntu1) xenial; urgency=medium * gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP: