DescriptionGtk3: Fix background colors
This CL fixes the selection color on Ambiance being darker than it's
supposed to be.
The reason this was broken is the Ambiance theme adds:
*:selected { background-color: alpha(@selected_bg_color, 0.9); }
Since we were always rendering onto a black background, the selection
color was picking up 10% black when it should have been using white
from the GtkEntry. The solution is simply to render parent widget
backgrounds first.
BUG=132847
R=erg@chromium.org
Review-Url: https://codereview.chromium.org/2612363004
Cr-Commit-Position: refs/heads/master@{#442020}
Committed: https://chromium.googlesource.com/chromium/src/+/d555bf3a479c5d7e14f5d49c0816302574891204
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 9 (5 generated)
|