mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
Update light variable theme for dropdown (#24566)
This commit is contained in:
parent
74ddfe07a2
commit
67dab0b767
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user