We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811095b commit 27ff917Copy full SHA for 27ff917
packages/theme/layout-default/style/_header.less
@@ -83,7 +83,7 @@
83
background-color: @alain-default-header-nav-bg-hover;
84
}
85
86
- > i,
+ > .anticon,
87
&-icon {
88
// fix ant-dropdown-trigger
89
transform: none !important;
@@ -106,7 +106,7 @@
106
107
&-disabled {
108
pointer-events: none;
109
- opacity: .5;
+ opacity: 0.5;
110
111
112
@@ -147,7 +147,9 @@
147
.@{ant-prefix}-input-affix-wrapper {
148
i {
149
color: #fff;
150
- transition: color 300ms, transform 400ms;
+ transition:
151
+ color 300ms,
152
+ transform 400ms;
153
154
155
0 commit comments