Skip to content

Commit

Permalink
fix(checkbox): Fixes incorrect styling of native input which also cau…
Browse files Browse the repository at this point in the history
…sed tapping to check to sometimes fail.

PiperOrigin-RevId: 499282285
  • Loading branch information
material-web-copybara authored and copybara-github committed Jan 3, 2023
1 parent eec25b3 commit dd6a56b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checkbox/lib/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ $_checkmark-bottom-left: 7px, -14px;
margin: 0;
outline: none;
position: absolute;
opacity: 0;
block-size: 100%;
inline-size: 100%;
}

.container {
Expand Down

0 comments on commit dd6a56b

Please sign in to comment.