[common] fixed misspelling
This commit is contained in:
parent
bda2dd7873
commit
71592eb4be
|
@ -224,7 +224,7 @@
|
|||
{
|
||||
background-image: if(@icon-src-base64, data-uri(%("%s",'@{common-image-path}/@{common-controls}')), ~"url(@{common-image-const-path}/@{common-controls})");
|
||||
background-repeat: no-repeat;
|
||||
filter: @component-normal-icon-filer;
|
||||
filter: @component-normal-icon-filter;
|
||||
|
||||
@1d5ximage: replace(@common-controls, '\.png$', '@1.5x.png');
|
||||
@2ximage: replace(@common-controls, '\.png$', '@2x.png');
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
@button-header-normal-icon-offset-x: var(--button-header-normal-icon-offset-x, -20px);
|
||||
@button-header-active-icon-offset-x: var(--button-header-active-icon-offset-x, -20px);
|
||||
|
||||
@component-normal-icon-filer: var(--component-normal-icon-filter);
|
||||
@component-normal-icon-filter: var(--component-normal-icon-filter);
|
||||
@component-disabled-opacity: var(--component-disabled-opacity, .4);
|
||||
@button-icon-opacity: var(--button-icon-opacity, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue