Skip to content

Commit

Permalink
fix: remove inherited height from lightweight button and anchor (#3281)
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
  • Loading branch information
chrisdholt and janechu authored Jun 12, 2020
1 parent f0d4ad4 commit 3aa506e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const HypertextStyles = css`
export const LightweightButtonStyles = css`
:host(.lightweight) .control {
padding: 0;
height: initial;
border: none;
box-shadow: none;
border-radius: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const HypertextStyles = css`
export const LightweightButtonStyles = css`
:host(.lightweight) .control {
padding: 0;
height: initial;
border: none;
box-shadow: none;
border-radius: 0;
Expand Down

0 comments on commit 3aa506e

Please sign in to comment.