forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix background colour for Cocoa app list on hover
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}
- Loading branch information
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters