Skip to content

Commit

Permalink
Fix download ... menu colors
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Mar 8, 2025
1 parent 5e57554 commit 902f9cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions theme/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 902f9cf

Please sign in to comment.