Browse Source

fix(input): fix Input changes color when suffix is applied in Safari (#38627) (#39830)

pull/39872/head
ifujustayup 2 years ago
committed by GitHub
parent
commit
acce38763d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/input/style/affix.less

2
components/input/style/affix.less

@ -24,7 +24,7 @@
&-disabled {
.@{ant-prefix}-input[disabled] {
background: transparent;
background: rgba(255, 255, 255, 0);
}
}

Loading…
Cancel
Save