Skip to content

Commit

Permalink
bugfix undefined border color variable for btn
Browse files Browse the repository at this point in the history
  • Loading branch information
Geuchmann authored and mdo committed Sep 1, 2022
1 parent 465cc2d commit bc2ec7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_buttons.scss
Expand Up @@ -15,6 +15,7 @@
--#{$prefix}btn-border-width: #{$btn-border-width};
--#{$prefix}btn-border-color: transparent;
--#{$prefix}btn-border-radius: #{$btn-border-radius};
--#{$prefix}btn-hover-border-color: transparent;
--#{$prefix}btn-box-shadow: #{$btn-box-shadow};
--#{$prefix}btn-disabled-opacity: #{$btn-disabled-opacity};
--#{$prefix}btn-focus-box-shadow: 0 0 0 #{$btn-focus-width} rgba(var(--#{$prefix}btn-focus-shadow-rgb), .5);
Expand Down

0 comments on commit bc2ec7c

Please sign in to comment.