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

close #31735
This commit is contained in:
afc163 2021-08-10 13:26:00 +08:00 committed by GitHub
parent f87bad2484
commit f6c3626886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;