Skip to content

Commit

Permalink
fixed icon color variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlasa authored Jul 12, 2018
1 parent 040e396 commit e0bd487
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
@_icon-font-content: @icon-search,
@_icon-font-size: 35px,
@_icon-font-line-height: 33px,
@_icon-font-color: @minicart-icons-color,
@_icon-font-color-hover: @minicart-icons-color-hover,
@_icon-font-color-active: @minicart-icons-color-hover,
@_icon-font-color: @header-icons-color,
@_icon-font-color-hover: @header-icons-color-hover,
@_icon-font-color-active: @header-icons-color-hover,
@_icon-font-text-hide: true
);
display: inline-block;
Expand Down

0 comments on commit e0bd487

Please sign in to comment.