]> cat aescling's git repositories - mastodon.git/commitdiff
Fix style regression of buttons not inheriting document font by default (#3310)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 25 May 2017 19:15:41 +0000 (21:15 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2017 19:15:41 +0000 (21:15 +0200)
app/javascript/styles/basics.scss

index 08121f03ecc9225055dfcafcccf669e131cc92b5..e0dd9bdc5d0cab943b0260d5873a9925f181c3e5 100644 (file)
@@ -45,6 +45,10 @@ body {
   }
 }
 
+button {
+  font-family: inherit;
+}
+
 button:focus {
   outline: none;
 }