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>
This commit is contained in:
rzzf
2025-12-19 12:22:28 +08:00
committed by GitHub
parent ec60060a20
commit 43ea7a7007

View File

@@ -127,6 +127,7 @@ $checkbox-bordered-input-width: map.merge(
&::after {
cursor: not-allowed;
border-color: getCssVar('checkbox-disabled-icon-color');
will-change: transform;
}
}