Skip to content

Commit 3da4585

Browse files
authored
fix debugger icon background color (#11142)
1 parent e039985 commit 3da4585

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

theme/debugger.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@
133133
font-size: larger;
134134
color: var(--pxt-neutral-foreground1);
135135
}
136+
.variableAndValue .variable.varname i.ui.icon.small {
137+
background: unset;
138+
}
136139
}
137140
.ui.segment.debugvariables {
138141
width: 100%;

0 commit comments

Comments
 (0)