Skip to content

Commit

Permalink
fix(comp:input): addon select should remove box-shadow when invalid (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Aug 28, 2023
1 parent 23178ed commit bb26dbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/input/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
&-content {
background-color: inherit;
border-color: transparent;
box-shadow: none;
}

// TODO: select 那边要去掉这两个样式
Expand Down Expand Up @@ -270,7 +269,7 @@
border-color: transparent;
}

&&-active &-content {
&.@{selector-prefix}-focused .@{selector-prefix}-content {
border-color: transparent;
// todo remove
box-shadow: none;
Expand Down

0 comments on commit bb26dbb

Please sign in to comment.