Skip to content

Commit

Permalink
Speed up toolbox hover and change legacy hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 24, 2025
1 parent e2d006d commit 68be321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions theme/blockly-toolbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
div.blocklyTreeRow {
margin-bottom: 0px !important;
transition-property: background-color;
transition-duration: 1s;
transition-duration: 0.2s;
}

.blocklyToolboxDiv, .monacoToolboxDiv {
Expand All @@ -26,4 +26,4 @@ div.blocklyTreeRow {
.blocklyToolboxDiv, .monacoToolboxDiv {
border-left: 0 !important;
}
}
}
2 changes: 1 addition & 1 deletion theme/color-themes/arcade-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

"pxt-target-background3": "#FEF3E0",
"pxt-target-foreground3": "#000000",
"pxt-target-background3-hover": "#fce0af",
"pxt-target-background3-hover": "#E4E4E4",
"pxt-target-foreground3-hover": "#000000",
"pxt-target-stencil3": "#e4d9c7",

Expand Down

0 comments on commit 68be321

Please sign in to comment.