]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix alignment of lone arrow inside button group, closes #8010
authorGeoff Kimball <geoff@zurb.com>
Tue, 26 Jan 2016 17:43:01 +0000 (09:43 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 26 Jan 2016 17:43:13 +0000 (09:43 -0800)
scss/components/_button.scss

index ddff462dca0631ba85891e8ea35de0c36683a465..67a006042e57d7740c9130fa8962c7c8263394f3 100644 (file)
@@ -252,7 +252,7 @@ $button-opacity-disabled: 0.25 !default;
     &.arrow-only::after {
       margin-#{$global-left}: 0;
       float: none;
-      top: 0.2em;
+      top: -0.1em;
     }
   }
 }