diff options
| author | Mark Otto <[email protected]> | 2022-09-02 15:48:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-09-04 11:12:38 -0700 |
| commit | 2504b8995095d2bb41c9686afa175f9eaa91bec2 (patch) | |
| tree | a1ed815b36176259f826864eee14a28e6947a947 /scss/_buttons.scss | |
| parent | 32c457db4b6ff389efbd35772b24746c7ffb0b6d (diff) | |
| download | bootstrap-2504b8995095d2bb41c9686afa175f9eaa91bec2.tar.xz bootstrap-2504b8995095d2bb41c9686afa175f9eaa91bec2.zip | |
Remove gradient from .btn-link
Diffstat (limited to 'scss/_buttons.scss')
| -rw-r--r-- | scss/_buttons.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 89483d576..c2d077351 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -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 { |
