Skip to content

Commit

Permalink
Files.app: Expand tree item's height to 40px.
Browse files Browse the repository at this point in the history
BUG=402344
TEST=check manually that each tree item has 40px.

Review URL: https://codereview.chromium.org/934513002

Cr-Commit-Position: refs/heads/master@{#316446}
  • Loading branch information
fukino authored and Commit bot committed Feb 16, 2015
1 parent f8a4a4b commit 7166a40
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions ui/file_manager/file_manager/foreground/css/file_manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,10 @@ div.splitter {
color: rgb(90, 90, 90);
cursor: pointer;
display: flex;
line-height: 29px;
line-height: 40px;
padding: 0 3px;
}

/* For rows of subitems (non-top items) */
#directory-tree .tree-children .tree-row {
line-height: 29px;
}

#directory-tree .tree-row > .expand-icon {
flex: none;
height: 37px;
Expand Down Expand Up @@ -218,11 +213,7 @@ div.splitter {
color: rgb(27, 168, 243);
}

/* Make top-level items thicker and Drive volume's expand-icon invisible */
#directory-tree > .tree-item > .tree-row {
line-height: 40px;
}

/* Make Drive volume's expand-icon invisible */
#directory-tree > .tree-item.drive-volume > .tree-row > .expand-icon {
visibility: hidden;
}
Expand Down

0 comments on commit 7166a40

Please sign in to comment.