Commit 70ab340a authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

Don't display customize button on non-google NTP.

Bug: 938240
Change-Id: Ia75d55ba64415fa8c77f28326afd01ca2861e9d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504267Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637966}
parent 4f0415ae
......@@ -59,6 +59,10 @@ html[dir=rtl] #edit-bg {
right: auto;
}
.non-google-page #edit-bg {
display: none;
}
#edit-bg-icon {
-webkit-mask-image: url(icons/icon_pencil.svg);
-webkit-mask-position-x: center;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment