We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b82700 commit c168b48Copy full SHA for c168b48
scss/_button.scss
@@ -29,6 +29,16 @@
29
30
cursor: pointer;
31
32
+ &:after {
33
+ // used to create a larger button "hit" area
34
+ position: absolute;
35
+ top: -6px;
36
+ right: -8px;
37
+ bottom: -6px;
38
+ left: -8px;
39
+ content: ' ';
40
+ }
41
+
42
.icon {
43
vertical-align: top;
44
}
@@ -198,11 +208,7 @@
198
208
clear: both;
199
209
200
210
&:after {
201
- display: block;
202
- visibility: hidden;
203
- clear: both;
204
- height: 0;
205
- content: ".";
211
+ clear: both;
206
212
207
213
214
0 commit comments