| Index: ui/file_manager/file_manager/foreground/css/common.css
|
| diff --git a/ui/file_manager/file_manager/foreground/css/common.css b/ui/file_manager/file_manager/foreground/css/common.css
|
| index ca2079f73d260dee49e8b244938e2724dd7b6199..348e5b94293eadcff31d281d0706d3663c7d3407 100644
|
| --- a/ui/file_manager/file_manager/foreground/css/common.css
|
| +++ b/ui/file_manager/file_manager/foreground/css/common.css
|
| @@ -237,7 +237,7 @@ menu.chrome-menu > menuitem[disabled] {
|
| }
|
|
|
| menu.chrome-menu > menuitem:not([disabled])[selected],
|
| -menu.chrome-menu > menuitem:not([disabled])[selected]:active {
|
| +menu.chrome-menu > menuitem:not([disabled]):active {
|
| background-color: rgb(66, 129, 244);
|
| color: white;
|
| }
|
|
|