Use bubble footer color for sync container background
After [1], the sync info container now respects the GTK theme. However, this exposed an issue when using the Ambiance theme (default on Ubuntu), where the sync info container appeared dark on a light popup window. This was caused by Ambiance using light popups, but dark menus. The simple fix is to use BubbleFooterBackground instead of HighlightedMenuItemBackgroundColor. These colors are both SkColorSetRGB(0x32, 0x36, 0x39) in the dark theme and gfx::kGoogleGrey050 in the light theme. It's also makes more logical sense to use a "Bubble" color rather than a "MenuItem" color here anyway. [1] https://crrev.com/744759 R=pkasting Bug: 1056594 Change-Id: I3efb17c11bd383a84287efc1d420a12ad917a537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080711 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#746890}
Showing
Please register or sign in to comment