diff --git a/components/tree-select/style/index.less b/components/tree-select/style/index.less index 1d8b4b27f5..9517e52a0e 100644 --- a/components/tree-select/style/index.less +++ b/components/tree-select/style/index.less @@ -69,6 +69,9 @@ } } &.@{select-tree-prefix-cls}-switcher { + &.@{select-tree-prefix-cls}-switcher-noop { + cursor: auto; + } &.@{select-tree-prefix-cls}-roots_open, &.@{select-tree-prefix-cls}-center_open, &.@{select-tree-prefix-cls}-bottom_open, diff --git a/components/tree/style/index.less b/components/tree/style/index.less index 3c3cb1fbc8..f3b4cea514 100644 --- a/components/tree/style/index.less +++ b/components/tree/style/index.less @@ -95,6 +95,9 @@ } } &.@{tree-prefix-cls}-switcher { + &.@{tree-prefix-cls}-switcher-noop { + cursor: auto; + } &.@{tree-prefix-cls}-roots_open, &.@{tree-prefix-cls}-center_open, &.@{tree-prefix-cls}-bottom_open,