Browse Source

Fix input shadow in iOS safari, ref #7974

pull/8064/head
afc163 7 years ago
parent
commit
7537aa11d0
  1. 1
      components/style/core/base.less

1
components/style/core/base.less

@ -333,6 +333,7 @@ textarea {
font-size: inherit;
line-height: inherit;
color: inherit;
-webkit-appearance: none;
}
button,

Loading…
Cancel
Save