Skip to content

Commit 27ff917

Browse files
cipchkmo-gong
andauthored
fix(theme:default): fix inconsistency of top icon size (#1841)
Co-authored-by: cipchk <cipchk@gmail.com>
1 parent 811095b commit 27ff917

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/theme/layout-default/style/_header.less

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
background-color: @alain-default-header-nav-bg-hover;
8484
}
8585

86-
> i,
86+
> .anticon,
8787
&-icon {
8888
// fix ant-dropdown-trigger
8989
transform: none !important;
@@ -106,7 +106,7 @@
106106

107107
&-disabled {
108108
pointer-events: none;
109-
opacity: .5;
109+
opacity: 0.5;
110110
}
111111
}
112112
}
@@ -147,7 +147,9 @@
147147
.@{ant-prefix}-input-affix-wrapper {
148148
i {
149149
color: #fff;
150-
transition: color 300ms, transform 400ms;
150+
transition:
151+
color 300ms,
152+
transform 400ms;
151153
}
152154
}
153155

0 commit comments

Comments
 (0)