Commit 16a5efcd authored by Jana Grill's avatar Jana Grill Committed by Commit Bot

Disable unnecessary selection for all OOBE screens

Bug: 924497
Change-Id: I5c3d74e0f7e92662dc7138f0f7739ded544fe38a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207464Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Jana Grill <janagrill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771726}
parent 38dba3c6
...@@ -62,6 +62,7 @@ cr-checkbox { ...@@ -62,6 +62,7 @@ cr-checkbox {
color: rgb(66, 133, 244); color: rgb(66, 133, 244);
font-size: 24px; font-size: 24px;
margin-top: 82px; margin-top: 82px;
user-select: text;
} }
.installation-settings-spinner { .installation-settings-spinner {
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
.step { .step {
box-sizing: border-box; box-sizing: border-box;
position: absolute; position: absolute;
user-select: none;
} }
.step.animated:not(.faded) { .step.animated:not(.faded) {
......
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