Chromium Code Reviews| Index: chrome/browser/resources/ntp4/footer_menu.css |
| diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css |
| index 96c6faeb86c46d5e25c3c74b61562f166a772861..4d3b1dff81e3dd72014d14ac25e9e4713c686315 100644 |
| --- a/chrome/browser/resources/ntp4/footer_menu.css |
| +++ b/chrome/browser/resources/ntp4/footer_menu.css |
| @@ -80,15 +80,22 @@ |
| margin-bottom: 0.5em; |
| margin-top: 0.5em; |
| max-width: 450px; |
| + outline: none; |
|
Dan Beam
2012/11/12 22:55:03
thank you for these changes, this looks a lot bett
|
| overflow: hidden; |
| text-overflow: ellipsis; |
| white-space: nowrap; |
| } |
| -.footer-menu-item:not(:hover) { |
| +.footer-menu-item:not(:hover), |
| +.footer-menu-item:not(:focus) { |
| text-decoration: none; |
| } |
| +.footer-menu-item:hover, |
| +.footer-menu-item:focus { |
| + text-decoration: underline; |
| +} |
| + |
| .footer-menu-item:first-of-type { |
| margin-top: 0.25em; |
| } |