Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Issue 2612363004: Gtk3: Fix background colors (Closed)

Created:
3 years, 11 months ago by Tom (Use chromium acct)
Modified:
3 years, 11 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Gtk3: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M chrome/browser/ui/libgtkui/gtk_util.cc View 3 chunks +9 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 9 (5 generated)
Tom (Use chromium acct)
3 years, 11 months ago (2017-01-06 02:09:23 UTC) #2
Elliot Glaysher
lgtm
3 years, 11 months ago (2017-01-06 18:58:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2612363004/10002
3 years, 11 months ago (2017-01-06 19:03:31 UTC) #6
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 20:10:48 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:10002) as
https://chromium.googlesource.com/chromium/src/+/d555bf3a479c5d7e14f5d49c0816...

Powered by Google App Engine
This is Rietveld 408576698