| Index: chrome/browser/resources/ntp4/new_tab_theme.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
|
| index cb67363b4670be982ce314b6e8f6893f241b1b1d..ce22ba13ee317ffbf2e765069027dc4b04cc72be 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab_theme.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab_theme.css
|
| @@ -77,7 +77,7 @@ body {
|
| }
|
|
|
| .most-visited:focus:not(.filler) .thumbnail-wrapper,
|
| -.most-visited:hover .thumbnail-wrapper {
|
| +.most-visited:hover:not(.filler) .thumbnail-wrapper {
|
| background-color: $6; /* COLOR_NTP_HEADER */
|
| }
|
|
|
| @@ -95,7 +95,3 @@ body {
|
| .filler .thumbnail {
|
| border-color: $2; /* COLOR_NTP_BACKGROUND */
|
| }
|
| -
|
| -.thumbnail-shield {
|
| - background-color: $2; /* COLOR_NTP_BACKGROUND */
|
| -}
|
|
|