Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(checkbox): expands the checkbox click radius
Browse files Browse the repository at this point in the history
Closes #379.
  • Loading branch information
robertmesserle authored and ajoslin committed Dec 2, 2014
1 parent cbec4a2 commit 9cd24e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ md-checkbox {
width: $checkbox-width;
height: $checkbox-height;

&:after {
content: '';
position: absolute;
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
}

.md-ripple-container {
position: absolute;
display: block;
Expand Down

0 comments on commit 9cd24e2

Please sign in to comment.