Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from Shopify/svg-color
Browse files Browse the repository at this point in the history
Force icons to inherit currentColor
  • Loading branch information
cshold authored Oct 31, 2016
2 parents 93ce722 + 32e3a15 commit 4b9d360
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/styles/global/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
width: 20px;
height: 20px;
vertical-align: middle;
fill: currentColor;

.no-svg & {
display: none;
Expand Down
1 change: 0 additions & 1 deletion src/styles/modules/password-template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
width: 1.5 * $font-size-base * 120 / 35;
height: 1.5 * $font-size-base;
vertical-align: middle;
fill: currentColor;
}

.icon-lock {
Expand Down

0 comments on commit 4b9d360

Please sign in to comment.