Skip to content

Commit

Permalink
refactor(button): Tertiary Button Padding
Browse files Browse the repository at this point in the history
  • Loading branch information
BadeJaya committed Apr 20, 2020
1 parent 29f00d7 commit d1d3d9f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/scss/components/button/mixins/_hxButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,11 @@
border: 0;
color: $cyan-900;

// TODO: remove horizontal padding overrides so as to conform to redline specs
//
// Be aware that horizontal padding will affect the appearance of inline tertiary buttons.
// (e.g., <hx-file-tile> within a drop fence, "retry" button of <hx-file-tile>, etc.)
padding-left: 0;
padding-right: 0;
// This class will be removed in HelixUI-v1.0.0.
.deprecated {
padding-left: 0;
padding-right: 0;
}

&:hover {
@include hxButton-hover--tertiary;
Expand Down

0 comments on commit d1d3d9f

Please sign in to comment.