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; |
} |