Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1550)

Unified Diff: ui/file_manager/file_manager/foreground/css/file_types.css

Issue 2839863002: Add Team Drive subtree to the directory list view. (Closed)
Patch Set: Remove some unncecesary code Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/foreground/css/file_types.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_types.css b/ui/file_manager/file_manager/foreground/css/file_types.css
index 151de6022f848302b16fc87fd5b3cd864a5e8214..b921d0803bb66e2ae79a665c177ebedc825c8501 100644
--- a/ui/file_manager/file_manager/foreground/css/file_types.css
+++ b/ui/file_manager/file_manager/foreground/css/file_types.css
@@ -234,6 +234,24 @@ tree .tree-item[selected] > .tree-row > .shared[file-type-icon='folder'] {
url(../images/volumes/2x/service_drive_active.png) 2x);
}
+[volume-type-icon='team_drives_grand_root'],[volume-type-icon='team_drive'] {
+ background-image: -webkit-image-set(
+ url(../images/volumes/team_drive.png) 1x,
+ url(../images/volumes/2x/team_drive.png) 2x);
+}
+
+.tree-row[selected] [volume-type-icon='team_drives_grand_root'] {
+ background-image: -webkit-image-set(
+ url(../images/volumes/team_drive_active.png) 1x,
+ url(../images/volumes/2x/team_drive_active.png) 2x);
+}
+
+.tree-row[selected] [volume-type-icon='team_drive'] {
+ background-image: -webkit-image-set(
+ url(../images/volumes/team_drive_active.png) 1x,
+ url(../images/volumes/2x/team_drive_active.png) 2x);
+}
+
[volume-type-icon='drive_offline'] {
background-image: -webkit-image-set(
url(../images/volumes/offline.png) 1x,

Powered by Google App Engine
This is Rietveld 408576698