2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Lighten disabled dropdown text to $gray-500

Fixes #32474
This commit is contained in:
Mark Otto
2021-01-13 15:06:49 -08:00
committed by XhmikosR
parent 5a17956e5e
commit 87e42ce7c5
+1 -1
View File
@@ -777,7 +777,7 @@ $dropdown-link-hover-bg: $gray-200 !default;
$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: $component-active-bg !default;
$dropdown-link-disabled-color: $gray-600 !default;
$dropdown-link-disabled-color: $gray-500 !default;
$dropdown-item-padding-y: .25rem !default;
$dropdown-item-padding-x: 1.5rem !default;