Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Fix Bug 1451419 - set background of Top Site icons to $white
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Apr 5, 2018
1 parent 72f0c56 commit 1d07b61
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -144,7 +144,7 @@ $half-base-gutter: $base-gutter / 2;

// Some common styles for all icons (rich and default) in top sites
.top-site-icon {
background-color: var(--newtab-background-color);
background-color: $white;
background-position: center center;
background-repeat: no-repeat;
border-radius: $top-sites-border-radius;
Expand Down

0 comments on commit 1d07b61

Please sign in to comment.