Index: ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js b/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
index ee424432da1c8303d400b4a1c030fd393d6069ce..8de5027b916bab408b4cf4cfa3a1af63c792997e 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
@@ -33,7 +33,7 @@ NavigationListItem.prototype.decorate = function() { |
this.appendChild(this.iconDiv_); |
this.label_ = cr.doc.createElement('div'); |
- this.label_.className = 'root-label'; |
+ this.label_.className = 'root-label entry-name'; |
this.appendChild(this.label_); |
cr.defineProperty(this, 'lead', cr.PropertyKind.BOOL_ATTR); |