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

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

Issue 1164773005: Files.app: Update design of menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/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 dc999f30502c2e35e7e4c0ae57477849c8cbd517..3c42eb0cd706f54558e48861aab54146136cf8a7 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1790,7 +1790,7 @@ list.autocomplete-suggestions {
flex: none;
margin-top: 10px;
overflow: hidden;
- padding: 0;
+ padding: 8px 0;
position: fixed;
width: 260px !important; /* This overrides the value specified by script. */
z-index: 550;
@@ -1799,17 +1799,17 @@ list.autocomplete-suggestions {
list.autocomplete-suggestions > li {
align-items: center;
display: flex;
- height: 40px;
+ height: 32px;
}
list.autocomplete-suggestions > li > div.detail-icon {
- margin: 0 3px;
+ height: 32px;
+ width: 32px;
flex: none;
}
list.autocomplete-suggestions > li > div.detail-text {
flex: auto;
- margin: 0 4px;
overflow-x: hidden;
text-overflow: ellipsis;
}
@@ -1827,7 +1827,7 @@ list.autocomplete-suggestions > li > div[search-icon] {
list.autocomplete-suggestions > [selected],
list.autocomplete-suggestions > [lead] {
- background-color: rgb(222, 243, 254);
+ background-color: rgba(0, 0, 0, 0.08);
}
#gear-menu {
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/common.css ('k') | ui/file_manager/file_manager/foreground/css/file_types.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698