Skip to content

Commit 41fcae0

Browse files
committed
fix(): update checkbox style
Refs BRICK-574
1 parent 983fc09 commit 41fcae0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

bricks/form/src/checkbox/checkbox.shadow.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@
108108
opacity: 1;
109109
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
110110
}
111-
.checkboxLabelCheck {
112-
background: var(--checkbox-bg-active);
113-
}
111+
114112
.checkboxLabel .checkboxInputPartCheck .checkboxInner::after {
115113
height: 2px;
116114
background-color: #fff;
@@ -124,10 +122,6 @@
124122
cursor: not-allowed;
125123
}
126124

127-
.checkboxLabel:hover {
128-
background: var(--checkbox-bg-hover);
129-
}
130-
131125
.checkboxLabel .checkboxText {
132126
padding: 0 8px;
133127
}

0 commit comments

Comments
 (0)