fix: transfer disabled header dropdown cursor (#26005)

This commit is contained in:
xrkffgg 2020-08-04 15:00:42 +08:00 committed by GitHub
parent 87555eb5a9
commit 5461934f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,10 @@
transform: translateY(10%);
cursor: pointer;
.iconfont-size-under-12px(10px);
&[disabled] {
cursor: not-allowed;
}
}
}