From 31c12abb1a48564c42be7f4c6e2184d5703e1ef1 Mon Sep 17 00:00:00 2001 From: bran Date: Sun, 22 Oct 2023 14:42:18 +0900 Subject: [PATCH] fix disabled cursor style --- assets/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/index.less b/assets/index.less index a53c492..e287fd2 100644 --- a/assets/index.less +++ b/assets/index.less @@ -137,7 +137,7 @@ } } - .@{checkboxInnerPrefixCls}-input { + .@{checkboxWarpPrefixCls}-input { cursor: default; } }