Commit 8151c038 authored by Naoki Fukino's avatar Naoki Fukino Committed by Commit Bot

Files app: Add background color for selected tree item.

The blue background for a selected tree item should be visible only when the
directory tree is focused.

Bug: 459463
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I8042ab72f9fa83359e107028ca72c9b017829385
Reviewed-on: https://chromium-review.googlesource.com/725207Reviewed-by: default avatarTatsuhisa Yamaguchi <yamaguchi@chromium.org>
Commit-Queue: Naoki Fukino <fukino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509739}
parent c8613040
...@@ -207,6 +207,10 @@ div.splitter { ...@@ -207,6 +207,10 @@ div.splitter {
color: rgb(51, 103, 214); color: rgb(51, 103, 214);
} }
#directory-tree:focus .tree-row[selected] {
background-color: rgb(216, 223, 240);
}
#directory-tree .tree-row > .root-eject { #directory-tree .tree-row > .root-eject {
background: -webkit-image-set( background: -webkit-image-set(
url(../images/files/ui/eject.png) 1x, url(../images/files/ui/eject.png) 1x,
......
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