Commit fd6db815 authored by Jasper Chapman-Black's avatar Jasper Chapman-Black Committed by Commit Bot

Unify supersizer/index.html

Replace the two-column view for milestone vs canary builds with a one-column
view with a toggle for selecting milestone vs canary comparisons.

Also enforce certain conditions (mainly: diff-against version must
precede original version)

Bug: 1001775
Change-Id: Ie2f9b61b93e839898968d586b364883cbfa6c116
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807070Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697211}
parent a72d9937
...@@ -238,11 +238,9 @@ select.sel-big:focus + .select-label::after { ...@@ -238,11 +238,9 @@ select.sel-big:focus + .select-label::after {
/** <input type='checkbox' or 'radio'> elements */ /** <input type='checkbox' or 'radio'> elements */
input[type='checkbox'], input[type='checkbox'],
input[type='radio'] { input[type='radio'] {
position: absolute; margin: 4px 0;
margin: 0;
height: 18px; height: 18px;
width: 18px; width: 18px;
opacity: 0;
} }
.checkbox-wrapper, .checkbox-wrapper,
.radio-wrapper { .radio-wrapper {
......
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