Skip to content

Commit c634528

Browse files
Merge pull request #38086 from Sir-Genius/btn-link
2 parents afd3736 + 2e2ca49 commit c634528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_buttons.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
--#{$prefix}btn-disabled-color: #{$btn-link-disabled-color};
171171
--#{$prefix}btn-disabled-border-color: transparent;
172172
--#{$prefix}btn-box-shadow: 0 0 0 #000; // Can't use `none` as keyword negates all values when used with multiple shadows
173-
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($primary), $primary, 15%))};
173+
--#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix(color-contrast($link-color), $link-color, 15%))};
174174

175175
text-decoration: $link-decoration;
176176
@if $enable-gradients {

0 commit comments

Comments
 (0)