Skip to content

Commit 15f6269

Browse files
authored
fixed icon color variable name
1 parent e0bd487 commit 15f6269

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
@_icon-font-size: 22px,
3838
@_icon-font-line-height: 28px,
3939
@_icon-font-margin: 0 @indent__s 0 0,
40-
@_icon-font-color: @minicart-icons-color,
41-
@_icon-font-color-hover: @minicart-icons-color-hover,
42-
@_icon-font-color-active: @minicart-icons-color-hover,
40+
@_icon-font-color: @header-icons-color,
41+
@_icon-font-color-hover: @header-icons-color-hover,
42+
@_icon-font-color-active: @header-icons-color-hover,
4343
@_icon-font-text-hide: true
4444
);
4545
display: inline-block;

0 commit comments

Comments
 (0)