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

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

Issue 255823002: Expand clickable area of combobutton's dropdown indicator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to change upload command (git cl upload master). Created 6 years, 8 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/combobutton.css
diff --git a/ui/file_manager/file_manager/foreground/css/combobutton.css b/ui/file_manager/file_manager/foreground/css/combobutton.css
index 2651aad6bbb1e67b07a5af15109c1930a9fee3cc..796adc4af1fccb7b7ddfeab408f8b2fc9c65fd9c 100644
--- a/ui/file_manager/file_manager/foreground/css/combobutton.css
+++ b/ui/file_manager/file_manager/foreground/css/combobutton.css
@@ -21,6 +21,16 @@
width: 22px;
}
+/* This pseudo element expands clickable area of the .trigger */
+.buttonbar .combobutton > .trigger::before {
+ content: '';
+ display: block;
+ height: 31px;
+ position: absolute;
+ top: -5px;
+ width: 30px;
+}
+
.buttonbar .combobutton:not([multiple]) > .trigger {
display: none;
}
« 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