0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Remove gradient from .btn-link

This commit is contained in:
Mark Otto 2022-09-02 15:48:48 -07:00 committed by Mark Otto
parent 32c457db4b
commit 2504b89950

View File

@ -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 {