Skip to content

Commit

Permalink
add back focus box shadow on btn link
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBerliner authored and mdo committed May 20, 2022
1 parent eaf760e commit ac33d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_buttons.scss
Expand Up @@ -133,6 +133,7 @@
--#{$prefix}btn-disabled-color: #{$btn-link-disabled-color};
--#{$prefix}btn-disabled-border-color: transparent;
--#{$prefix}btn-box-shadow: none;
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($primary), $primary, 15%))};

text-decoration: $link-decoration;

Expand Down

0 comments on commit ac33d66

Please sign in to comment.