Skip to content

Commit ac654a0

Browse files
nkdas91mdo
authored andcommittedJul 11, 2022
Add CSS custom property: --bs-btn-disabled-border-color to mixin: button-outline-variant
1 parent 81aa8e0 commit ac654a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scss/mixins/_buttons.scss

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
--#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};
5656
--#{$prefix}btn-disabled-color: #{$color};
5757
--#{$prefix}btn-disabled-bg: transparent;
58+
--#{$prefix}btn-disabled-border-color: #{$color};
5859
--#{$prefix}gradient: none;
5960
}
6061
// scss-docs-end btn-outline-variant-mixin

0 commit comments

Comments
 (0)
Please sign in to comment.