]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779)
authorghost_32 <kalash.strt@gmail.com>
Mon, 23 Aug 2021 07:18:29 +0000 (12:48 +0530)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 07:18:29 +0000 (10:18 +0300)
scss/_variables.scss

index 1700f994134b2572901a18e24e652ff099d4bc2e..9262ca49576b24b143a7b7730b86ffa818e4bd79 100644 (file)
@@ -1167,7 +1167,7 @@ $dropdown-divider-margin-y:         $spacer * .5 !default;
 $dropdown-box-shadow:               $box-shadow !default;
 
 $dropdown-link-color:               $gray-900 !default;
-$dropdown-link-hover-color:         shade-color($gray-900, 10%) !default;
+$dropdown-link-hover-color:         shade-color($dropdown-link-color, 10%) !default;
 $dropdown-link-hover-bg:            $gray-200 !default;
 
 $dropdown-link-active-color:        $component-active-color !default;