style: add steps disabled style (#23402)

This commit is contained in:
xrkffgg 2020-04-20 17:05:41 +08:00 committed by GitHub
parent f748c4ef17
commit 089591ac34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,10 @@
&.@{steps-prefix-cls}-next-error .@{steps-prefix-cls}-item-title::after {
background: @error-icon-color;
}
&-disabled {
cursor: not-allowed;
}
}
// ===================== Clickable =====================