Skip to content

Commit

Permalink
debug: restart action instead of only line number to make it less ner…
Browse files Browse the repository at this point in the history
…vous

fixes #86248
  • Loading branch information
isidorn committed Jan 20, 2020
1 parent 9bf0af3 commit 0ae3b97
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/vs/workbench/contrib/debug/browser/media/debugViewlet.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,13 @@
display: none;
}

.debug-viewlet .debug-call-stack .monaco-list-row:hover .stack-frame.has-actions .file {
display: none;
.debug-viewlet .debug-call-stack .monaco-list-row:hover .stack-frame.has-actions .file .line-number {
visibility: hidden;
}

.debug-viewlet .debug-call-stack .monaco-list-row:hover .stack-frame.has-actions .monaco-action-bar {
position: absolute;
right: 2px;
}

.debug-viewlet .debug-call-stack .monaco-list-row .monaco-action-bar {
Expand Down

0 comments on commit 0ae3b97

Please sign in to comment.