diff --git a/bricks/form/src/checkbox/checkbox.shadow.css b/bricks/form/src/checkbox/checkbox.shadow.css index 6b0fccd65..7d4d31070 100644 --- a/bricks/form/src/checkbox/checkbox.shadow.css +++ b/bricks/form/src/checkbox/checkbox.shadow.css @@ -108,9 +108,7 @@ opacity: 1; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; } -.checkboxLabelCheck { - background: var(--checkbox-bg-active); -} + .checkboxLabel .checkboxInputPartCheck .checkboxInner::after { height: 2px; background-color: #fff; @@ -124,10 +122,6 @@ cursor: not-allowed; } -.checkboxLabel:hover { - background: var(--checkbox-bg-hover); -} - .checkboxLabel .checkboxText { padding: 0 8px; }