Skip to content

Commit

Permalink
Switch from none keyword value to a fake shadow for btn-link
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 6, 2023
1 parent 1ed86c9 commit eb10b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
--#{$prefix}btn-active-border-color: transparent;
--#{$prefix}btn-disabled-color: #{$btn-link-disabled-color};
--#{$prefix}btn-disabled-border-color: transparent;
--#{$prefix}btn-box-shadow: none;
--#{$prefix}btn-box-shadow: 0 0 0 #000; // Can't use `none` as keyword negates all values when used with multiple shadows
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($primary), $primary, 15%))};

text-decoration: $link-decoration;
Expand Down

0 comments on commit eb10b70

Please sign in to comment.