Skip to content

Commit 225a0f5

Browse files
committed
debug: fix repl icon in hc theme
1 parent 17862b8 commit 225a0f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/parts/debug/browser/media/debugViewlet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
background: url('configure-inverse.svg') center center no-repeat;
4444
}
4545

46-
.monaco-workbench.hc-black .debug-action.toggle-repl:before {
47-
content: url('repl-inverse.svg');
46+
.monaco-workbench.hc-black .debug-action.toggle-repl {
47+
content: url('repl-inverse.svg') center center no-repeat;;
4848
}
4949

5050
/* Debug viewlet trees */

0 commit comments

Comments
 (0)