Commit df30f4dc authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Files app: Remove CSS z-index

Remove z-index from list.css because it was causing unnecessary
re-painting of breadcrumbs, toolbar buttons, and others.

Bug: 992821
Change-Id: I31e021122d74c13978bd1c1bb4603b64f8611d96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859421
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705770}
parent d252791a
...@@ -29,21 +29,6 @@ grid > * { ...@@ -29,21 +29,6 @@ grid > * {
display: inline-block; display: inline-block;
} }
list:focus > [lead],
grid:focus > [lead] {
z-index: 2;
}
list:not([disabled]) > :hover,
grid:not([disabled]) > :hover {
z-index: 1;
}
list > [selected],
grid > [selected] {
z-index: 2;
}
html[class*='col-resize'] list, html[class*='col-resize'] list,
html[class*='col-resize'] grid { html[class*='col-resize'] grid {
overflow-y: hidden !important; overflow-y: hidden !important;
......
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