mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Remove gradient from .btn-link
This commit is contained in:
parent
32c457db4b
commit
2504b89950
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue