| Index: ui/file_manager/file_manager/foreground/css/tree.css
|
| diff --git a/ui/file_manager/file_manager/foreground/css/tree.css b/ui/file_manager/file_manager/foreground/css/tree.css
|
| index 517d7d1aed2858387525bcea385a8207fdc625b9..ca9bc8ee45712bda429b078c2ceaafc7128f4e2e 100644
|
| --- a/ui/file_manager/file_manager/foreground/css/tree.css
|
| +++ b/ui/file_manager/file_manager/foreground/css/tree.css
|
| @@ -19,7 +19,7 @@ tree {
|
|
|
| .tree-row > .expand-icon {
|
| transform: rotate(-90deg);
|
| - -webkit-transition: all 150ms;
|
| + transition: all 150ms;
|
| background-image: -webkit-image-set(
|
| url(../images/files/ui/expand_more.png) 1x,
|
| url(../images/files/ui/2x/expand_more.png) 2x);
|
|
|