| Index: ui/webui/resources/css/trash.css
|
| diff --git a/ui/webui/resources/css/trash.css b/ui/webui/resources/css/trash.css
|
| index 414d6deeaf40f9ec78372f5eec7f97c480d21f6a..4cd6a8aa173c49a8977adbaa23bdd91b42278d82 100644
|
| --- a/ui/webui/resources/css/trash.css
|
| +++ b/ui/webui/resources/css/trash.css
|
| @@ -28,9 +28,9 @@
|
| }
|
|
|
| .trash > .lid {
|
| - -webkit-transition: transform 150ms;
|
| height: 6px;
|
| transform-origin: -7% 100%;
|
| + transition: transform 150ms;
|
| width: 14px;
|
| }
|
|
|
| @@ -40,7 +40,7 @@ html[dir='rtl'] .trash > .lid {
|
|
|
| .trash:-webkit-any(:focus, :hover, .open) > .lid {
|
| transform: rotate(-45deg);
|
| - -webkit-transition: transform 250ms;
|
| + transition: transform 250ms;
|
| }
|
|
|
| html[dir='rtl'] .trash:-webkit-any(:focus, :hover, .open) > .lid {
|
|
|