| Index: chrome/browser/resources/ntp4/new_tab.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
|
| index 43dd42dcf27bc934f67292916445c3aa3105f831..e00cd94f29ca11c003224d254e6c762e6afd84e5 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab.css
|
| @@ -262,11 +262,11 @@ html[dir='rtl'] #trash > .can {
|
| }
|
|
|
| #footer.showing-trash-mode #trash.drag-target .lid {
|
| - -webkit-transform: rotate(-45deg);
|
| + transform: rotate(-45deg);
|
| }
|
|
|
| html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
|
| - -webkit-transform: rotate(45deg);
|
| + transform: rotate(45deg);
|
| }
|
|
|
| #fontMeasuringDiv {
|
|
|