Commit 8ce8ad1c authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Update Team Drive icons

Change icons for each team drive in the directory tree and on file list
(RHS).

Bug: 865993
Change-Id: If880279f9776ff70b33d13ec02aaeb5d4ce44290
Reviewed-on: https://chromium-review.googlesource.com/1155282Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579304}
parent 2b542a23
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
.team-drive-root[file-type-icon='folder'] { .team-drive-root[file-type-icon='folder'] {
background-image: -webkit-image-set( background-image: -webkit-image-set(
url(../images/filetype/filetype_team_drive.png) 1x, url(../images/volumes/hard_drive.png) 1x,
url(../images/filetype/2x/filetype_team_drive.png) 2x); url(../images/volumes/2x/hard_drive.png) 2x);
} }
tree .tree-item[selected] > .tree-row > [file-type-icon='folder'] { tree .tree-item[selected] > .tree-row > [file-type-icon='folder'] {
...@@ -271,8 +271,7 @@ tree .tree-item[selected] > .tree-row > ...@@ -271,8 +271,7 @@ tree .tree-item[selected] > .tree-row >
url(../images/volumes/2x/service_drive_active.png) 2x); url(../images/volumes/2x/service_drive_active.png) 2x);
} }
[volume-type-icon='team_drives_grand_root'], [volume-type-icon='team_drives_grand_root'] {
[volume-type-icon='team_drive'] {
background-image: -webkit-image-set( background-image: -webkit-image-set(
url(../images/volumes/team_drive.png) 1x, url(../images/volumes/team_drive.png) 1x,
url(../images/volumes/2x/team_drive.png) 2x); url(../images/volumes/2x/team_drive.png) 2x);
...@@ -284,10 +283,16 @@ tree .tree-item[selected] > .tree-row > ...@@ -284,10 +283,16 @@ tree .tree-item[selected] > .tree-row >
url(../images/volumes/2x/team_drive_active.png) 2x); url(../images/volumes/2x/team_drive_active.png) 2x);
} }
[volume-type-icon='team_drive'] {
background-image: -webkit-image-set(
url(../images/volumes/hard_drive.png) 1x,
url(../images/volumes/2x/hard_drive.png) 2x);
}
.tree-row[selected] [volume-type-icon='team_drive'] { .tree-row[selected] [volume-type-icon='team_drive'] {
background-image: -webkit-image-set( background-image: -webkit-image-set(
url(../images/volumes/team_drive_active.png) 1x, url(../images/volumes/hard_drive_active.png) 1x,
url(../images/volumes/2x/team_drive_active.png) 2x); url(../images/volumes/2x/hard_drive_active.png) 2x);
} }
[volume-type-icon='drive_offline'] { [volume-type-icon='drive_offline'] {
......
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