|
|
Chromium Code Reviews
DescriptionSmall CSS improvements on the new Incognito NTP
1. The rgb() colors expressing X% white are replaced with rgba() colors
expressing 100% white with X% opacity. Since the background is not
completely black (0% white), this makes the text color slightly lighter.
2. The 16px/24px vertical offsets are replaced with 1rem/1.5rem. This
means no functional change for the default font size of 16px, but the
paragraph spacing looks better for nondefault sizes.
BUG=693525
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2873573003
Cr-Commit-Position: refs/heads/master@{#470543}
Committed: https://chromium.googlesource.com/chromium/src/+/4c61cbbb6d255c2a846deaf9e3979843c5756b1b
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use a name for the named color. #Messages
Total messages: 30 (19 generated)
Description was changed from ========== Small CSS improvements on the new Incognito NTP 1. The rgb() colors expressing X% white are replaced with rgba() colors expressing 100% white with X% opacity. Since the background is not completely black (0% white), this makes the text color slightly lighter. 2. The 16px/24px vertical offsets are replaced with 1rem/1.5rem. This means no functional change for the default font size of 16px, but the paragraph spacing looks better for nondefault sizes. BUG=693525 ========== to ========== Small CSS improvements on the new Incognito NTP 1. The rgb() colors expressing X% white are replaced with rgba() colors expressing 100% white with X% opacity. Since the background is not completely black (0% white), this makes the text color slightly lighter. 2. The 16px/24px vertical offsets are replaced with 1rem/1.5rem. This means no functional change for the default font size of 16px, but the paragraph spacing looks better for nondefault sizes. BUG=693525 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by msramek@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
msramek@chromium.org changed reviewers: + dbeam@chromium.org
Hi Dan! Can you please have a look? This should be a small and straightforward CL. Thanks! Martin
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm https://codereview.chromium.org/2873573003/diff/1/chrome/browser/resources/nt... File chrome/browser/resources/ntp4/md_incognito_tab.css (left): https://codereview.chromium.org/2873573003/diff/1/chrome/browser/resources/nt... chrome/browser/resources/ntp4/md_incognito_tab.css:33: color: white; what's the difference?
The CQ bit was checked by msramek@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Thanks! https://codereview.chromium.org/2873573003/diff/1/chrome/browser/resources/nt... File chrome/browser/resources/ntp4/md_incognito_tab.css (left): https://codereview.chromium.org/2873573003/diff/1/chrome/browser/resources/nt... chrome/browser/resources/ntp4/md_incognito_tab.css:33: color: white; On 2017/05/09 19:08:38, Dan Beam wrote: > what's the difference? Heh, I guess I got overexcited with the replacements. Switched back to 'white'.
The CQ bit was unchecked by msramek@chromium.org
The CQ bit was checked by msramek@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dbeam@chromium.org Link to the patchset: https://codereview.chromium.org/2873573003/#ps20001 (title: "Use a name for the named color.")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by msramek@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, build has not started yet; builder either lacks capacity or does not exist (misspelled?)) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, build has not started yet; builder either lacks capacity or does not exist (misspelled?))
The CQ bit was checked by msramek@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by msramek@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1494411243905710,
"parent_rev": "fcd5fefabd15ceeddbfe313e6482fe000dddaf37", "commit_rev":
"4c61cbbb6d255c2a846deaf9e3979843c5756b1b"}
Message was sent while issue was closed.
Description was changed from ========== Small CSS improvements on the new Incognito NTP 1. The rgb() colors expressing X% white are replaced with rgba() colors expressing 100% white with X% opacity. Since the background is not completely black (0% white), this makes the text color slightly lighter. 2. The 16px/24px vertical offsets are replaced with 1rem/1.5rem. This means no functional change for the default font size of 16px, but the paragraph spacing looks better for nondefault sizes. BUG=693525 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Small CSS improvements on the new Incognito NTP 1. The rgb() colors expressing X% white are replaced with rgba() colors expressing 100% white with X% opacity. Since the background is not completely black (0% white), this makes the text color slightly lighter. 2. The 16px/24px vertical offsets are replaced with 1rem/1.5rem. This means no functional change for the default font size of 16px, but the paragraph spacing looks better for nondefault sizes. BUG=693525 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2873573003 Cr-Commit-Position: refs/heads/master@{#470543} Committed: https://chromium.googlesource.com/chromium/src/+/4c61cbbb6d255c2a846deaf9e397... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/4c61cbbb6d255c2a846deaf9e397... |
