Chromium Code Reviews| 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; |
| } |