Commit 604f6520 authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

[NTP] Fix selected tile state for custom bgs

The new styling should only apply to the new
customization menu.

Bug: 962353
Change-Id: I8f9ff9dc925a58c9403576c0d33b845d8673d523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609601Reviewed-by: default avatarGayane Petrosyan <gayane@chromium.org>
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659127}
parent b5f2b5a1
...@@ -1099,7 +1099,7 @@ html[dir=rtl] #menu-back { ...@@ -1099,7 +1099,7 @@ html[dir=rtl] #menu-back {
width: 100%; width: 100%;
} }
.bg-sel-tile .selected-circle { #customization-menu .bg-sel-tile .selected-circle {
height: 20px; height: 20px;
left: initial; left: initial;
right: 10px; right: 10px;
...@@ -1107,12 +1107,12 @@ html[dir=rtl] #menu-back { ...@@ -1107,12 +1107,12 @@ html[dir=rtl] #menu-back {
width: 20px; width: 20px;
} }
html[dir=rtl] .bg-sel-tile .selected-circle { html[dir=rtl] #customization-menu .bg-sel-tile .selected-circle {
left: 10px; left: 10px;
right: initial; right: initial;
} }
.bg-sel-tile .selected-check { #customization-menu .bg-sel-tile .selected-check {
height: 24px; height: 24px;
left: initial; left: initial;
right: 0; right: 0;
...@@ -1120,7 +1120,7 @@ html[dir=rtl] .bg-sel-tile .selected-circle { ...@@ -1120,7 +1120,7 @@ html[dir=rtl] .bg-sel-tile .selected-circle {
width: 24px; width: 24px;
} }
html[dir=rtl] .bg-sel-tile .selected-check { html[dir=rtl] #customization-menu .bg-sel-tile .selected-check {
left: 0; left: 0;
right: initial; right: initial;
} }
......
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