Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2358)

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 1140813003: NTP Zombie Code Slayer III, The Saga Continues: Foreign Sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@suggestions-page
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/ntp4/compiled_resources.gyp ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3aa2ac2d8698f1e7f8427fc2eb9ddf7f4a384c53..231fe2d2855b02201aeb0c3b6fddf23f0bedcc3d 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -413,22 +413,6 @@ html[dir='rtl'] #chrome-web-store-title {
background-position-x: left;
}
-#vertical-separator {
- -webkit-order: 2;
- background-color: rgb(178, 178, 178);
- display: none;
- height: 20px;
- margin: 0;
- vertical-align: middle;
- width: 1px;
-}
-
-/* Show the separator only if one of the menus is visible. */
-.footer-menu-button:not([hidden]) ~ #chrome-web-store-link:not([hidden])
- ~ #vertical-separator {
- display: inline-block;
-}
-
/* In trash mode, hide the menus and web store link. */
#footer.showing-trash-mode .menu-container {
-webkit-transition-delay: 0ms;
« no previous file with comments | « chrome/browser/resources/ntp4/compiled_resources.gyp ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698