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

Unified Diff: ui/file_manager/file_manager/main.html

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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/navigation_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index d622ca1a1121a71bbcd0bab825a4ab849ae827aa..f1b0aa06b1b5dfb212fec3f910f0d352aca3c475 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -412,7 +412,7 @@
</button>
<div id="filename-input-box">
<div class="filename-label" i18n-content="FILENAME_LABEL"></div>
- <input type="text" spellcheck="false" tabindex="1">
+ <input class="entry-name" type="text" spellcheck="false" tabindex="1">
</div>
<div class="preparing-label" i18n-content="PREPARING_LABEL"></div>
<div class="progress-bar">
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/navigation_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698