Commit 9ad6f762 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Files app: Add table header separator and resize its height to 48px

Bug: 1058531
Change-Id: I3051b4b02ee568d5e24b7f390b5fbfe9b83510f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094072Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748515}
parent 194e854d
...@@ -1482,7 +1482,7 @@ body.check-select #read-only-indicator { ...@@ -1482,7 +1482,7 @@ body.check-select #read-only-indicator {
} }
body.files-ng .list-view .loading-indicator { body.files-ng .list-view .loading-indicator {
top: 56px; top: 48px;
} }
.thumbnail-view .loading-indicator { .thumbnail-view .loading-indicator {
...@@ -2540,10 +2540,10 @@ body.files-ng #empty-folder { ...@@ -2540,10 +2540,10 @@ body.files-ng #empty-folder {
} }
body.files-ng .table-header { body.files-ng .table-header {
border-bottom: none; border-bottom: 1px solid var(--cr-separator-color, rgb(224, 224, 224));
color: var(--google-grey-700); color: var(--google-grey-700);
font-family: 'Roboto Medium'; font-family: 'Roboto Medium';
height: 56px; height: 48px;
line-height: 20px; line-height: 20px;
} }
...@@ -2575,7 +2575,7 @@ body.files-ng .table-label-container { ...@@ -2575,7 +2575,7 @@ body.files-ng .table-label-container {
align-items: center; align-items: center;
display: flex; display: flex;
height: 32px; height: 32px;
padding-top: 14px; padding-top: 8px;
} }
/* Text in the column header */ /* Text in the column header */
...@@ -2626,7 +2626,7 @@ body.files-ng .table-row-cell > * { ...@@ -2626,7 +2626,7 @@ body.files-ng .table-row-cell > * {
body.files-ng .table-header-splitter { body.files-ng .table-header-splitter {
background: none; background: none;
height: 32px; height: 32px;
margin-top: 14px; margin-top: 8px;
width: auto; width: auto;
} }
......
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