• thomasanderson's avatar
    Native themes: Add MenuItemSubtitleColor · 5826565d
    thomasanderson authored
    MenuItemView was using ButtonDisabledColor for coloring menuitem
    subtext (usually used for accelerator shortcuts).  However, Adwaita on
    Gtk3.0 uses the same color for disabled button text as for menu
    backgrounds, meaning menuitem subtext appeared invisible.  This CL
    adds MenuItemSubtitleColor to fix this issue.
    
    BUG=132847
    R=sky@chromium.org,erg@chromium.org
    
    Review-Url: https://codereview.chromium.org/2575343005
    Cr-Commit-Position: refs/heads/master@{#439854}
    5826565d
common_theme.cc 14.7 KB