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
+1
View File
@@ -109,6 +109,7 @@
color: @picker-option-text-color;
&--disabled {
cursor: not-allowed;
opacity: @picker-option-disabled-opacity;
}
}