Skip to content

Commit

Permalink
fix(css): added deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
BadeJaya committed Apr 20, 2020
1 parent ebd04b4 commit e8c0a48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scss/components/button/mixins/_hxButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@
border: 0;
color: $cyan-900;

// 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 e8c0a48

Please sign in to comment.