From 80ef3f039ab5522702e5e07c3cf9b5742495bb77 Mon Sep 17 00:00:00 2001 From: roykho Date: Thu, 25 Mar 2021 07:48:40 -0700 Subject: [PATCH] Make select2 dropdown text visible in dark mode closes #29323 --- assets/css/twenty-twenty-one.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss index 3a4a5d57044..a14d3d2530a 100644 --- a/assets/css/twenty-twenty-one.scss +++ b/assets/css/twenty-twenty-one.scss @@ -348,6 +348,12 @@ a.button { .woocommerce, .woocommerce-page { + &.is-dark-theme { + .select2-dropdown { + color: var(--global--color-dark-gray); + } + } + table.shop_table { td,