Skip to content

Commit

Permalink
Merge pull request CartoDB#3 from datavis-cartodb/development
Browse files Browse the repository at this point in the history
use new favorite star icon
  • Loading branch information
mbektas authored and GitHub Enterprise committed Jun 6, 2017
2 parents e52cc60 + 09d4054 commit 5cd0dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/cdb-icon-font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -688,15 +688,15 @@ All available icons in CartoDB.
.CDB-IconFont-heartEmpty {
width: inherit;
height: inherit;
background-image: url('../images/sprites/common/star_32.png');
background-image: url('../images/favorite_off.svg');
background-size:contain;
}


.CDB-IconFont-heartFill {
width: inherit;
height: inherit;
background-image: url('../images/sprites/common/star_32.png');
background-image: url('../images/favorite_on.svg');
background-size:contain;
}

Expand Down

0 comments on commit 5cd0dce

Please sign in to comment.