We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc9336 commit 4e4deedCopy full SHA for 4e4deed
1 file changed
theme/style.less
@@ -46,12 +46,19 @@
46
color: var(--pxt-secondary-foreground);
47
48
&:hover {
49
- filter: none;
50
background-color: var(--pxt-secondary-background-hover);
51
color: var(--pxt-secondary-foreground-hover);
52
}
53
54
+.main:not(.hc) {
55
+ .simtoolbar .ui.button.icon, #editortools .ui.button.editortools-btn {
56
+ &:hover {
57
+ filter: none;
58
+ }
59
60
+}
61
+
62
#simulator .ui.button.play-button .icon.play {
63
color: var(--pxt-secondary-foreground) !important;
64
0 commit comments