mirror of https://github.com/twbs/bootstrap.git
Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779)
This commit is contained in:
parent
9e1d81a851
commit
6cf52ed5f7
|
@ -1167,7 +1167,7 @@ $dropdown-divider-margin-y: $spacer * .5 !default;
|
||||||
$dropdown-box-shadow: $box-shadow !default;
|
$dropdown-box-shadow: $box-shadow !default;
|
||||||
|
|
||||||
$dropdown-link-color: $gray-900 !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-hover-bg: $gray-200 !default;
|
||||||
|
|
||||||
$dropdown-link-active-color: $component-active-color !default;
|
$dropdown-link-active-color: $component-active-color !default;
|
||||||
|
|
Loading…
Reference in New Issue