style(Picker): optimize option disabled cursor (#6579)

This commit is contained in:
neverland 2020-06-20 15:36:35 +08:00 committed by GitHub
parent 39b5beeac0
commit 8844679a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@
color: @picker-option-text-color;
&--disabled {
cursor: not-allowed;
opacity: @picker-option-disabled-opacity;
}
}