Skip to content

Commit dd6a56b

Browse files
fix(checkbox): Fixes incorrect styling of native input which also caused tapping to check to sometimes fail.
PiperOrigin-RevId: 499282285
1 parent eec25b3 commit dd6a56b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

checkbox/lib/_checkbox.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ $_checkmark-bottom-left: 7px, -14px;
5656
margin: 0;
5757
outline: none;
5858
position: absolute;
59+
opacity: 0;
60+
block-size: 100%;
61+
inline-size: 100%;
5962
}
6063

6164
.container {

0 commit comments

Comments
 (0)