summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/ntp4/new_tab.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/ntp4/new_tab.css')
-rw-r--r--chromium/chrome/browser/resources/ntp4/new_tab.css21
1 files changed, 4 insertions, 17 deletions
diff --git a/chromium/chrome/browser/resources/ntp4/new_tab.css b/chromium/chrome/browser/resources/ntp4/new_tab.css
index 3aa2ac2d869..f837c0e4787 100644
--- a/chromium/chrome/browser/resources/ntp4/new_tab.css
+++ b/chromium/chrome/browser/resources/ntp4/new_tab.css
@@ -233,7 +233,6 @@ body.bare-minimum #dot-list {
border: none;
box-shadow: none;
color: inherit;
- cursor: pointer;
font: inherit;
/* Leave room for the scrollbar. */
margin-left: 13px;
@@ -247,6 +246,10 @@ body.bare-minimum #dot-list {
z-index: 10;
}
+#login-container:not(.signed-in) {
+ cursor: pointer;
+}
+
html[dir='rtl'] #login-container {
left: 0;
right: auto;
@@ -413,22 +416,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;