Commit ad99c323 authored by Alexander Alekseev's avatar Alexander Alekseev Committed by Commit Bot

Chrome OS OOBE: add floating bottom-border to the network selection.

Bottom-botder was disabled (because it conflicted with another line).
This Cl returns it back.

Bug: 852049
Change-Id: I2bd0d2282114809f19e85bced6f821b1b8379aa7
Reviewed-on: https://chromium-review.googlesource.com/1171954Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583160}
parent ff4e145a
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
<div slot="footer" class="layout vertical"> <div slot="footer" class="layout vertical">
<network-select-login id="networkSelectLogin" <network-select-login id="networkSelectLogin"
is-connected="{{isConnected_}}" no-bottom-scroll-border> is-connected="{{isConnected_}}">
</network-select-login> </network-select-login>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="bottom-buttons" class="layout horizontal justified">
......
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