Commit 5ddc8fcd authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

cros OOBE login: Remove rounded corners for webview

Temp solution to get rid of flickering.

Fixed: 1016259
Change-Id: Ic8da146fa235537c64f31d3cfafa1e69752a3b73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953106Reviewed-by: default avatarRoman Aleksandrov <raleksandrov@google.com>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#722459}
parent 54e1801b
...@@ -37,8 +37,9 @@ ...@@ -37,8 +37,9 @@
} }
#signin-frame { #signin-frame {
border-top-left-radius: 4px; /* TODO(https://crbug.com/1021866): Uncomment when the bug is fixed.
border-top-right-radius: 4px; * border-top-left-radius: 4px;
* border-top-right-radius: 4px; */
display: block; display: block;
overflow: hidden; overflow: hidden;
position: static; position: static;
......
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