mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 03:23:43 +00:00
Switch from none keyword value to a fake shadow for btn-link
This commit is contained in:
parent
1ed86c905f
commit
eb10b7079c
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@
|
|||
--#{$prefix}btn-active-border-color: transparent;
|
||||
--#{$prefix}btn-disabled-color: #{$btn-link-disabled-color};
|
||||
--#{$prefix}btn-disabled-border-color: transparent;
|
||||
--#{$prefix}btn-box-shadow: none;
|
||||
--#{$prefix}btn-box-shadow: 0 0 0 #000; // Can't use `none` as keyword negates all values when used with multiple shadows
|
||||
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($primary), $primary, 15%))};
|
||||
|
||||
text-decoration: $link-decoration;
|
||||
|
|
|
|||
Loading…
Reference in a new issue