Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisidor <inikolic@microsoft.com>2019-10-15 17:06:31 +0300
committerisidor <inikolic@microsoft.com>2019-10-15 17:11:08 +0300
commitaaa9fab2d688151f4fbd207f70a190efcaa5cefd (patch)
tree206102c77e0deecca74cc67b4799a051fc50b690
parentd9e93a70673dfca2eb36c0b2872fed1764391a5e (diff)
debug: pointer cursors so breakpoints appear as clickable
-rw-r--r--src/vs/workbench/contrib/debug/browser/media/debug.contribution.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vs/workbench/contrib/debug/browser/media/debug.contribution.css b/src/vs/workbench/contrib/debug/browser/media/debug.contribution.css
index e8f8bad37cd..f0ae2317869 100644
--- a/src/vs/workbench/contrib/debug/browser/media/debug.contribution.css
+++ b/src/vs/workbench/contrib/debug/browser/media/debug.contribution.css
@@ -14,6 +14,7 @@
.debug-breakpoint-hint {
background: url('breakpoint-hint.svg') center center no-repeat;
+ cursor: pointer;
}
.debug-breakpoint-disabled,