diff --git a/modules/primer-buttons/lib/button.scss b/modules/primer-buttons/lib/button.scss index d31cd625..2a8ef0c3 100644 --- a/modules/primer-buttons/lib/button.scss +++ b/modules/primer-buttons/lib/button.scss @@ -181,12 +181,14 @@ display: inline-block; padding: 0; font-size: inherit; + font-weight: $font-weight-normal; color: $text-blue; text-decoration: none; white-space: nowrap; cursor: pointer; user-select: none; background-color: transparent; + background-image: none; border: 0; appearance: none; // Corrects inability to style clickable `input` types in iOS.