| 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 1e20a7b31db5f27697b09436ebcffb42ebe3c136..b08e33b2037362ed0fb756b8f19047c5c53e703d 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab.css
|
| @@ -218,6 +218,7 @@ html[dir='rtl'] #attribution {
|
| -webkit-transition: width 150ms, right 150ms, background-color 150ms;
|
| }
|
|
|
| -.page-switcher:hover {
|
| +.page-switcher:hover,
|
| +.page-switcher.drag-target {
|
| background-color: rgba(0, 0, 0, 0.2);
|
| }
|
|
|