From 43ea7a7007f8d0ae3f7661816bed94231bbfb470 Mon Sep 17 00:00:00 2001 From: rzzf Date: Fri, 19 Dec 2025 12:22:28 +0800 Subject: [PATCH] style(components): [checkbox] resolve border flicker in dropdown (#23121) * style(components): [checkbox] remove unused styles * style: update * style: update * chore: cleanup * style: update Co-authored-by: warmthsea <2586244885@qq.com> --------- Co-authored-by: warmthsea <2586244885@qq.com> --- packages/theme-chalk/src/checkbox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/theme-chalk/src/checkbox.scss b/packages/theme-chalk/src/checkbox.scss index 798a464b1c..b7cc0a9fa4 100644 --- a/packages/theme-chalk/src/checkbox.scss +++ b/packages/theme-chalk/src/checkbox.scss @@ -127,6 +127,7 @@ $checkbox-bordered-input-width: map.merge( &::after { cursor: not-allowed; border-color: getCssVar('checkbox-disabled-icon-color'); + will-change: transform; } }