Skip to content

Commit

Permalink
fix(comp:input): sufix click does not effect
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA committed Nov 28, 2023
1 parent 3692447 commit d51193a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/input/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
font-size: @form-new-icon-font-size;
cursor: pointer;
opacity: 0;
pointer-events: none;
background: @form-new-background-color;
transition: all var(--ix-transition-duration-fast) var(--ix-ease-in-out);

Expand All @@ -214,6 +215,7 @@

&.visible {
opacity: 1;
pointer-events: auto;
}
}

Expand Down

0 comments on commit d51193a

Please sign in to comment.