Skip to content

Commit

Permalink
Sim toolbar color fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 21, 2025
1 parent 5ea2ce0 commit 607497a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
.simtoolbar .ui.button.icon, #editortools .ui.button.editortools-btn {
background-color: var(--pxt-secondary-background);
color: var(--pxt-secondary-foreground);

&:hover {
filter: none;
background-color: var(--pxt-secondary-background-hover);
color: var(--pxt-secondary-foreground-hover);
}
}

#editortools .ui.button.hw-button {
Expand Down

0 comments on commit 607497a

Please sign in to comment.