Skip to content

Commit

Permalink
Icons: Remove images duplicated from wb-icons
Browse files Browse the repository at this point in the history
- Remove icons already included in the wb-icon folder
- Remove old manual sprite
  • Loading branch information
nschonni committed May 24, 2013
1 parent 0e344e2 commit 7fa326e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file removed src/grids/images/cn-psnb-border.gif
Binary file not shown.
Binary file removed src/grids/images/download.png
Binary file not shown.
Binary file removed src/grids/images/external.png
Binary file not shown.
Binary file removed src/grids/images/icons.png
Binary file not shown.
Binary file removed src/grids/images/mail.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/grids/sass/includes/_icon.scss
Expand Up @@ -21,15 +21,15 @@ $wb-icon-inline: not $legacy-support-for-ie8;

[href^='mailto:'] {
background: {
image: url(../images/mail.png);
image: url(../images/wb-icon/mail.png);
repeat: no-repeat;
}
padding-left: 19px;
}

%grids-icon-download-icon {
background: {
image: url(../images/download.png);
image: url(../images/wb-icon/drive-download.png);
repeat: no-repeat;
}
padding-left: 19px;
Expand All @@ -42,7 +42,7 @@ $wb-icon-inline: not $legacy-support-for-ie8;

// Adds icon to all external links that are outside the header or footer
[rel="external"] {
background: url(../images/external.png) 100% 0 no-repeat;
background: url(../images/wb-icon/external.png) 100% 0 no-repeat;

//gh-2104 fixes overriding background because of increased specificity when wb-main was used
#wb-head &, #wb-foot & {
Expand Down

0 comments on commit 7fa326e

Please sign in to comment.