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

Commit

Permalink
Merge pull request #4081 from rlr/Bug1451419/favicon-background-color
Browse files Browse the repository at this point in the history
Fix Bug 1451419 - set background of Top Site icons to $white
  • Loading branch information
rlr committed Apr 6, 2018
2 parents 72f0c56 + 1d07b61 commit 22a5ed5
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 22a5ed5

Please sign in to comment.