Browse Source

fix: Input disabled should not have focus style (#31738)

close #31735
pull/31742/head
afc163 3 years ago
committed by GitHub
parent
commit
f6c3626886
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/input/style/mixin.less

2
components/input/style/mixin.less

@ -36,6 +36,8 @@
.disabled() {
color: @input-disabled-color;
background-color: @input-disabled-bg;
border-color: @input-border-color;
box-shadow: none;
cursor: not-allowed;
opacity: 1;

Loading…
Cancel
Save