]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update to #9711 in a way that doesn't modify underlying dependency 9973/head
authorKevin Ball <kmball11@gmail.com>
Thu, 20 Apr 2017 20:51:21 +0000 (13:51 -0700)
committerKevin Ball <kmball11@gmail.com>
Thu, 20 Apr 2017 20:51:21 +0000 (13:51 -0700)
_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss
scss/_global.scss

index edfd399a2a27b6a9fbe91c0cd9af11d5b2f97b5f..70a8d3d371e7fa432b243941e0a7fd88e44ddda6 100644 (file)
     optgroup,
     select,
     textarea {
-      font-family: inherit; /* 1 */
+      font-family: $base-font-family; /* 1 */
       font-size: 100%; /* 1 */
       @if $normalize-vertical-rhythm {
         line-height: ($base-line-height / $base-font-size) * 1em; /* 1 */
index 91803de32d63b1a58fb6106b3157074c151bbc11..ebc6a39ca4254913c5ec7d76d3b00b2452f29d9f 100644 (file)
@@ -206,6 +206,15 @@ $alert-color: get-color(alert);
     overflow: auto;
   }
 
+  // Make reset inherit font-family instead of settings sans-serif
+  button,
+  input,
+  optgroup,
+  select,
+  textarea {
+    font-family: inherit;
+  }
+
   // Internal classes to show/hide elements in JavaScript
   .is-visible {
     display: block !important;