Update light variable theme for dropdown (#24566)

This commit is contained in:
Zoltán Bedi
2020-05-12 11:11:24 +02:00
committed by GitHub
parent 74ddfe07a2
commit 67dab0b767
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ $typeahead-selected-color: $yellow;
$dropdownBackground: $white;
$dropdownBorder: $gray-4;
$dropdownDividerTop: $gray-6;
$dropdownDividerBottom: $white;
$dropdownDividerBottom: $gray-4;
$dropdownLinkColor: $dark-2;
$dropdownLinkColorHover: $link-color;

View File

@@ -219,7 +219,7 @@ $typeahead-selected-color: $yellow;
$dropdownBackground: $white;
$dropdownBorder: $gray-4;
$dropdownDividerTop: $gray-6;
$dropdownDividerBottom: $white;
$dropdownDividerBottom: $gray-4;
$dropdownLinkColor: $dark-2;
$dropdownLinkColorHover: $link-color;