From 7e064053f92412850403381b83dd10a8e968f8cd Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Mon, 15 Nov 2021 16:14:31 +0000 Subject: [PATCH] Fix poor readability of dropdown menu items --- src/styles/custom-properties/colors.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/custom-properties/colors.scss b/src/styles/custom-properties/colors.scss index 16a9bc1c1..860509c2f 100644 --- a/src/styles/custom-properties/colors.scss +++ b/src/styles/custom-properties/colors.scss @@ -115,6 +115,8 @@ --input-placeholder-color: hsla(var(--grey-900-hsl), 0.6); --tag-color: var(--grey-50); --table-row-hover-background-color: var(--grey-100); + --dropdown-item-hover-background-color: var(--grey-100); + --dropdown-item-hover-color: --text; // Custom color variables we need to override --card-border-color: hsla(var(--grey-100-hsl), 0.3);