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

Commit 9cd24e2

Browse files
robertmesserleajoslin
authored andcommitted
fix(checkbox): expands the checkbox click radius
Closes #379.
1 parent cbec4a2 commit 9cd24e2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/checkbox/_checkbox.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ md-checkbox {
1515
width: $checkbox-width;
1616
height: $checkbox-height;
1717

18+
&:after {
19+
content: '';
20+
position: absolute;
21+
top: -10px;
22+
right: -10px;
23+
bottom: -10px;
24+
left: -10px;
25+
}
26+
1827
.md-ripple-container {
1928
position: absolute;
2029
display: block;

0 commit comments

Comments
 (0)