]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Properly apply $keystroke-radius Sass variable to <kbd> elements, closes #8132
authorGeoff Kimball <geoff@zurb.com>
Thu, 11 Feb 2016 17:54:21 +0000 (09:54 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 11 Feb 2016 17:54:41 +0000 (09:54 -0800)
scss/typography/_base.scss

index 96f4ac61caeffc5ef9b8b349b80391a2e3f56cce..55a9b5188197696f7c2cc84209e440cf3c5c5f1c 100644 (file)
@@ -435,5 +435,9 @@ $abbr-underline: 1px dotted $black !default;
     background-color: $keystroke-background;
     color: $keystroke-color;
     font-family: $keystroke-font;
+
+    @if has-value($keystroke-radius) {
+      border-radius: $keystroke-radius;
+    }
   }
 }