Skip to content

Commit

Permalink
fix(review)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Oct 13, 2022
1 parent f73a018 commit 549b397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
.btn-no-outline {
--#{$prefix}btn-hover-border-color: #{$gray-500};
--#{$prefix}btn-active-color: #{$accessible-orange};
--#{$prefix}btn-active-bg: var(--#{$prefix}btn-bg); // not sure it's useful
--#{$prefix}btn-active-border-color: #{$gray-500};
--#{$prefix}btn-disabled-color: #{$gray-500};
--#{$prefix}btn-disabled-border-color: var(--#{$prefix}btn-border-color);
Expand Down

0 comments on commit 549b397

Please sign in to comment.