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

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

Issue 8822024: Profile/user menu on NTP should look more clickable? (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated changeset, with suggestions from sail and estade Created 9 years 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
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 aa8f23463e794b145904a8c1f3096053e237bd99..2f329e73b2bb3c41f8b27835aeaa0ff6691b9933 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -184,7 +184,6 @@ html[dir='rtl'] #attribution {
position: fixed;
right: 0;
text-align: right;
- text-decoration: none;
top: 0;
z-index: 100;
-webkit-box-shadow: none;
@@ -206,6 +205,10 @@ html[dir='rtl'] .login-status-icon {
background-position-x: left;
}
+.profile-name:hover {
+ text-decoration: underline;
+}
+
.link-span {
text-decoration: underline;
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('j') | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698