Skip to content

Commit

Permalink
fix(icons): use Digital Orange 2 for icons meant to be used on a dark…
Browse files Browse the repository at this point in the history
… background
  • Loading branch information
ffoodd committed Jan 6, 2020
1 parent 53a164c commit 63227dc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions scss/orangeIcons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2797,9 +2797,10 @@
&:hover,
&:focus,
&:active,
&.active,
:hover > &,
:focus > & {
@include svg-settings(theme-color("primary"));
@include svg-settings($orange-2);
}
}

Expand All @@ -2809,9 +2810,10 @@
&:hover,
&:focus,
&:active,
&.active,
:hover > &,
:focus > & {
@include svg-search(theme-color("primary"));
@include svg-search($orange-2);
}
}

Expand All @@ -2821,9 +2823,10 @@
&:hover,
&:focus,
&:active,
&.active,
:hover > &,
:focus > & {
@include svg-avatar(theme-color("primary"));
@include svg-avatar($orange-2);
}
}

Expand All @@ -2833,9 +2836,10 @@
&:hover,
&:focus,
&:active,
&.active,
:hover > &,
:focus > & {
@include svg-buy(theme-color("primary"));
@include svg-buy($orange-2);
}
}

Expand All @@ -2845,9 +2849,10 @@
&:hover,
&:focus,
&:active,
&.active,
:hover > &,
:focus > & {
@include svg-mail(theme-color("primary"));
@include svg-mail($orange-2);
}
}

Expand Down

0 comments on commit 63227dc

Please sign in to comment.