From 902f9cf3fbc3340067f0f60f64e724b7fb12496a Mon Sep 17 00:00:00 2001 From: thsparks Date: Fri, 7 Mar 2025 16:16:02 -0800 Subject: [PATCH] Fix download ... menu colors --- theme/common.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/theme/common.less b/theme/common.less index d507ca99fb10..4a8804994aa7 100644 --- a/theme/common.less +++ b/theme/common.less @@ -634,6 +634,21 @@ div.simframe > iframe { position: relative; } +.hw-button.ui.dropdown .menu { + background: var(--pxt-neutral-background1); + color: var(--pxt-neutral-foreground1); + border: 1px solid var(--pxt-neutral-stencil1); + + & > .item { + color: var(--pxt-neutral-foreground1); + + &:hover, &:focus { + background: var(--pxt-neutral-background1-hover); + color: var(--pxt-neutral-foreground1-hover); + } + } +} + .ui.button:hover, .ui.button:focus { filter: grayscale(.15) brightness(.85) contrast(1.3);