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 272a7b30ccf86361172323148848d56434d8646c..3aa2ac2d8698f1e7f8427fc2eb9ddf7f4a384c53 100644 |
--- a/chrome/browser/resources/ntp4/new_tab.css |
+++ b/chrome/browser/resources/ntp4/new_tab.css |
@@ -143,8 +143,7 @@ body.bare-minimum #card-slider-frame { |
} |
/* For themes that right-align their images, we flip the attribution to the |
- * left to avoid conflicts. We also do this for bare-minimum mode since there |
- * can be conflicts with the recently closed menu. */ |
+ * left to avoid conflicts. */ |
html[themegravity='right'] #attribution, |
body.bare-minimum #attribution, |
html[dir='rtl'] #attribution { |
@@ -389,7 +388,6 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid { |
#chrome-web-store-link { |
-webkit-order: 3; |
-webkit-padding-end: 12px; |
- /* Match transition delay of recently closed button. */ |
-webkit-transition-delay: 100ms; |
color: inherit; |
cursor: pointer; |
@@ -449,10 +447,6 @@ html[dir='rtl'] #chrome-web-store-title { |
min-width: -webkit-min-content; |
} |
-#recently-closed-menu-button { |
- -webkit-order: 1; |
-} |
- |
#other-sessions-menu-button { |
-webkit-order: 0; |
} |