Skip to content

Commit

Permalink
Add CSS custom property: --bs-btn-disabled-border-color to mixin: but…
Browse files Browse the repository at this point in the history
…ton-outline-variant
  • Loading branch information
nkdas91 authored and mdo committed Jul 11, 2022
1 parent 81aa8e0 commit ac654a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_buttons.scss
Expand Up @@ -55,6 +55,7 @@
--#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};
--#{$prefix}btn-disabled-color: #{$color};
--#{$prefix}btn-disabled-bg: transparent;
--#{$prefix}btn-disabled-border-color: #{$color};
--#{$prefix}gradient: none;
}
// scss-docs-end btn-outline-variant-mixin
Expand Down

0 comments on commit ac654a0

Please sign in to comment.