Merge pull request #29497 from woocommerce/fix/29323

Make select2 dropdown text visible in dark mode closes #29323
This commit is contained in:
Roy Ho 2021-03-26 14:31:10 -07:00 committed by GitHub
commit f7e38bd1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -348,6 +348,12 @@ a.button {
.woocommerce,
.woocommerce-page {
&.is-dark-theme {
.select2-dropdown {
color: var(--global--color-dark-gray);
}
}
table.shop_table {
td,