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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 22880017: Fix creating a directory in the Save-as dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 7 years, 4 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: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 669aec987f6fb853dfb6411fe0358d8222aa8de8..62e14a5b36a9fc1d7d3b77a55284696df58f9e0a 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -467,6 +467,7 @@ div.splitter {
-webkit-box-orient: horizontal;
border-top: 1px solid rgb(225, 225, 225);
display: -webkit-box;
+ outline: none;
padding: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698