feat(button): Increase hit area size of a button

This commit is contained in:
Adam Bradley
2014-02-18 11:56:58 -06:00
parent 6b827005dc
commit c168b489b5

View File

@@ -29,6 +29,16 @@
cursor: pointer;
&:after {
// used to create a larger button "hit" area
position: absolute;
top: -6px;
right: -8px;
bottom: -6px;
left: -8px;
content: ' ';
}
.icon {
vertical-align: top;
}
@@ -198,11 +208,7 @@
clear: both;
&:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
clear: both;
}
}