Skip to content

Commit

Permalink
Remove gradient from .btn-link
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 4, 2022
1 parent 32c457d commit 2504b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_buttons.scss
Expand Up @@ -167,6 +167,9 @@
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($primary), $primary, 15%))};

text-decoration: $link-decoration;
@if $enable-gradients {
background-image: none;
}

&:hover,
&:focus-visible {
Expand Down

0 comments on commit 2504b89

Please sign in to comment.