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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/navigation_list.js

Issue 273983002: Keep base direction 'ltr' for entry names consistently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use single quotation for css files. Created 6 years, 7 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/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);
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js ('k') | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698