• tapted's avatar
    Fix background colour for Cocoa app list on hover · b98970ff
    tapted authored
    This color changed recently for the toolkit-views app list, but the
    Cocoa app list isn't ready for it yet.
    
    The Cocoa-specific kHighlightedColor was only used in
    apps_search_results_controller.mm, so move it there. kSelectedColor is
    used there but also in apps_grid_view_item.mm. However, the latter users
    a composited draw, so it's fine with the transparent background views
    uses.
    
    BUG=469051
    
    Review URL: https://codereview.chromium.org/1023983002
    
    Cr-Commit-Position: refs/heads/master@{#321573}
    b98970ff
app_list_constants.cc 5.67 KB