From b165be2928f87640066fba67f7f8104440f89c14 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Fri, 1 Oct 2021 13:23:52 +0530 Subject: [PATCH] fix: Fix dropdown list colors --- app/assets/stylesheets/_sn.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/_sn.scss b/app/assets/stylesheets/_sn.scss index a17f5fbf0..e1ff02453 100644 --- a/app/assets/stylesheets/_sn.scss +++ b/app/assets/stylesheets/_sn.scss @@ -55,6 +55,10 @@ .sn-dropdown-popover { z-index: 3001; + + &[data-reach-listbox-popover] { + background: var(--sn-stylekit-background-color); + } } .sn-dropdown-button { @@ -147,6 +151,10 @@ @extend .py-2; } + .sn-dropdown-popover & { + @extend .bg-default; + } + &[data-current-nav] { @extend .bg-contrast; @extend .hover\:color-text;