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

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

Issue 937143002: Files.app: Keep file-type icon visible while renaming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 1c55de0067440efd0e236345ffc78a7938788ef0..4d968589f235048518184b56b23b0b7266533d34 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -892,7 +892,6 @@ body[type='full-page'] .detail-name .detail-icon {
cursor: auto;
display: flex;
flex-direction: row;
- justify-content: center;
left: 0;
padding: 0 10px;
position: absolute;
@@ -1109,17 +1108,16 @@ input.rename {
}
li[renaming=''] .filename-label,
-li[renaming=''] .detail-icon,
li[renaming=''] .badge {
display: none;
}
/* Text box used for renaming in the thumbnail list. */
.thumbnail-grid input.rename {
- -webkit-margin-start: -1px;
+ -webkit-margin-start: 10px;
box-sizing: border-box;
height: 20px;
- width: 156px;
+ width: 100%;
}
/* The cr.ui.Table representing the detailed file list. */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698