| Index: ui/webui/resources/css/tree.css
|
| diff --git a/ui/webui/resources/css/tree.css b/ui/webui/resources/css/tree.css
|
| index 2681f5e70f99f65564cf422d361a4679c7a1b0cb..95c81fb15d79aa72062334a0ebf0394d714d1063 100644
|
| --- a/ui/webui/resources/css/tree.css
|
| +++ b/ui/webui/resources/css/tree.css
|
| @@ -23,7 +23,7 @@ tree {
|
|
|
| .expand-icon {
|
| transform: rotate(-90deg);
|
| - -webkit-transition: all 150ms;
|
| + transition: all 150ms;
|
| background: url(../images/tree_triangle.svg) no-repeat center center;
|
| background-size: 8px 5px;
|
| display: inline-block;
|
|
|