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