fix: Tag cursor style (#28219)

close #28218
This commit is contained in:
偏右 2020-12-05 23:58:12 +08:00 committed by GitHub
parent ea30b30d8a
commit 76f724b058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@
background: @tag-default-bg; background: @tag-default-bg;
border: @border-width-base @border-style-base @border-color-base; border: @border-width-base @border-style-base @border-color-base;
border-radius: @border-radius-base; border-radius: @border-radius-base;
cursor: default;
opacity: 1; opacity: 1;
transition: all 0.3s; transition: all 0.3s;