diff --git a/scss/_button.scss b/scss/_button.scss index d719d4a43eb..195d162bc0f 100644 --- a/scss/_button.scss +++ b/scss/_button.scss @@ -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; } }