Skip to content

Commit

Permalink
fix(theme:default): fix inconsistency of top icon size (#1841)
Browse files Browse the repository at this point in the history
Co-authored-by: cipchk <[email protected]>
  • Loading branch information
cipchk and mo-gong authored Oct 13, 2024
1 parent 811095b commit 27ff917
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/theme/layout-default/style/_header.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
background-color: @alain-default-header-nav-bg-hover;
}

> i,
> .anticon,
&-icon {
// fix ant-dropdown-trigger
transform: none !important;
Expand All @@ -106,7 +106,7 @@

&-disabled {
pointer-events: none;
opacity: .5;
opacity: 0.5;
}
}
}
Expand Down Expand Up @@ -147,7 +147,9 @@
.@{ant-prefix}-input-affix-wrapper {
i {
color: #fff;
transition: color 300ms, transform 400ms;
transition:
color 300ms,
transform 400ms;
}
}

Expand Down

0 comments on commit 27ff917

Please sign in to comment.