From d1d3d9f41c6737696697ef7ad3ad0cd3e503d20d Mon Sep 17 00:00:00 2001 From: BY00565233 Date: Wed, 8 Apr 2020 20:53:36 +0530 Subject: [PATCH] refactor(button): Tertiary Button Padding --- src/scss/components/button/mixins/_hxButton.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/scss/components/button/mixins/_hxButton.scss b/src/scss/components/button/mixins/_hxButton.scss index 5c1deebe6..df8269d3f 100644 --- a/src/scss/components/button/mixins/_hxButton.scss +++ b/src/scss/components/button/mixins/_hxButton.scss @@ -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., within a drop fence, "retry" button of , 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;