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
  • Loading branch information
devcui committed Nov 7, 2024
1 parent 8f25aa0 commit f9792e6
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: @yunzai-default-header-nav-bg-hover;
}

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

&-disabled {
pointer-events: none;
opacity: .5;
opacity: 0.5;
}
}
}
Expand Down Expand Up @@ -159,7 +159,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 f9792e6

Please sign in to comment.