Fix corrupt background and text color of IPH buttons on Win and Linux
* Transparent background was used in button and was problematic on Windows and Linux. See screenshot http://shortn/_PJngbEljUE Fix using an explicit color. * Use SetEnabledTextColors to set button text color. This sets color for NORMAL, PRESSED and HOVERED states. On Windows and Linux, setting only NORMAL but omitting others will render text in other states in black, which is not desired. Bug: 1121399 Change-Id: Ica95095855a619220a5dd9cf62c67b87acb6be0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452554Reviewed-by:Collin Baker <collinbaker@chromium.org> Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#814269}
Showing
Please register or sign in to comment