Skip to content

Commit

Permalink
fix(styles): fix issue with font-family inheritence in reset.scss (#1…
Browse files Browse the repository at this point in the history
…3873)

* fix(styles): fix issue with font-family inheritence in reset.scss

* refactor(Storybook): remove test story

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored May 31, 2023
1 parent 589259d commit 33b35df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/styles/scss/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@
vertical-align: baseline;
}

// Chrome 62 fix
button,
select,
input,
textarea {
border-radius: 0;
font-family: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
Expand Down

0 comments on commit 33b35df

Please sign in to comment.