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

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

Issue 1145883002: Don't pointerify [☺] User Name nor user@name.com In the top, right corner of chrome://apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « no previous file | chrome/browser/resources/ntp4/new_tab.js » ('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 231fe2d2855b02201aeb0c3b6fddf23f0bedcc3d..f837c0e47876b794a992c31d4612e829c757cf93 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/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;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698