There was an error while loading. Please reload this page.
1 parent cbec4a2 commit 9cd24e2Copy full SHA for 9cd24e2
1 file changed
src/components/checkbox/_checkbox.scss
@@ -15,6 +15,15 @@ md-checkbox {
15
width: $checkbox-width;
16
height: $checkbox-height;
17
18
+ &:after {
19
+ content: '';
20
+ position: absolute;
21
+ top: -10px;
22
+ right: -10px;
23
+ bottom: -10px;
24
+ left: -10px;
25
+ }
26
+
27
.md-ripple-container {
28
position: absolute;
29
display: block;
0 commit comments