From 67dab0b7674180eb4934d53ee8e421c24b34b575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Tue, 12 May 2020 11:11:24 +0200 Subject: [PATCH] Update light variable theme for dropdown (#24566) --- packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts | 2 +- public/sass/_variables.light.generated.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts b/packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts index f3582b67781..5cdc31b298d 100644 --- a/packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts +++ b/packages/grafana-ui/src/themes/_variables.light.scss.tmpl.ts @@ -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; diff --git a/public/sass/_variables.light.generated.scss b/public/sass/_variables.light.generated.scss index 3c52f207950..76eb04a2bce 100644 --- a/public/sass/_variables.light.generated.scss +++ b/public/sass/_variables.light.generated.scss @@ -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;