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

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

Issue 2166353002: Prevent icons in the detail view rendered outside the file name column. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 cbe6d0ec6c48dbc895d94eeaea99af427b17b2f2..b643f737392a977734eb7c8f8ba86957f947397c 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1804,7 +1804,6 @@ body.check-select #list-container li[selected] .detail-checkmark {
#list-container list li .detail-thumbnail {
height: 28px;
overflow: hidden;
- position: absolute;
width: 28px;
}
@@ -1816,7 +1815,6 @@ body.check-select #list-container li[selected] .detail-checkmark {
border-radius: 14px;
height: 100%;
opacity: 1;
- position: absolute;
width: 100%;
}
« 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