style: optimize form tooltip cursor style (#29650)

This commit is contained in:
xrkffgg 2021-03-08 14:43:35 +08:00 committed by GitHub
parent 29d8f8609b
commit deb50b4780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,7 @@
// Optional mark
.@{form-item-prefix-cls}-tooltip {
color: @text-color-secondary;
cursor: help;
writing-mode: horizontal-tb;
margin-inline-start: @margin-xss;
}