diff --git a/components/checkbox/style/mixin.less b/components/checkbox/style/mixin.less index 96e8774a60..7a3b1c8866 100644 --- a/components/checkbox/style/mixin.less +++ b/components/checkbox/style/mixin.less @@ -137,6 +137,12 @@ color: @disabled-color; cursor: not-allowed; } + + // Not show highlight border of checkbox when disabled + &:hover::after, + .@{checkbox-prefix-cls}-wrapper:hover &::after { + visibility: hidden; + } } .@{checkbox-prefix-cls}-wrapper {