1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

New $btn-link-focus-shadow-rgb for color modes customisation (#39119)

This commit is contained in:
Giovanni Piller Cottrer
2023-09-13 09:18:07 +02:00
committed by GitHub
parent bde23ae661
commit d1d49ffe1d
2 changed files with 2 additions and 1 deletions

View File

@@ -843,6 +843,7 @@ $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
$btn-link-color: var(--#{$prefix}link-color) !default;
$btn-link-hover-color: var(--#{$prefix}link-hover-color) !default;
$btn-link-disabled-color: $gray-600 !default;
$btn-link-focus-shadow-rgb: to-rgb(mix(color-contrast($link-color), $link-color, 15%)) !default;
// Allows for customizing button radius independently from global border radius
$btn-border-radius: var(--#{$prefix}border-radius) !default;