Commit fed371e6 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Remove top border on FilesMessage

The .dialog-header.files-ng which this component sits directly below
already has a bottom border and we don't want a double line.

Bug: 1099557
Change-Id: I808deb34484b80f984ec31b60424ede0b4ecc2f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289171Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786567}
parent 3ad84b57
...@@ -13,7 +13,6 @@ const filesMessageTemplate = ` ...@@ -13,7 +13,6 @@ const filesMessageTemplate = `
} }
:host { :host {
border-top: 1px solid var(--google-grey-refresh-300);
border-bottom: 1px solid var(--google-grey-refresh-300); border-bottom: 1px solid var(--google-grey-refresh-300);
color: var(--cr-primary-text-color); color: var(--cr-primary-text-color);
display: flex; display: flex;
......
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