We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11222d7 commit 659ed7cCopy full SHA for 659ed7c
1 file changed
src/vs/workbench/contrib/debug/browser/media/debugViewlet.css
@@ -127,6 +127,9 @@
127
margin: 0 10px;
128
text-transform: uppercase;
129
align-self: center;
130
+ font-size: 0.8em;
131
+ background-color: rgba(136, 136, 136, 0.27);
132
+ color: #cccccc;
133
}
134
135
.debug-pane .debug-call-stack .monaco-list-row:hover .label {
@@ -162,14 +165,6 @@
162
165
background-repeat: no-repeat;
163
166
164
167
-.debug-pane .debug-call-stack .session > .label,
-.debug-pane .debug-call-stack .session > .label {
- font-size: 0.8em;
168
- min-height: auto;
169
- background-color: rgba(136, 136, 136, 0.27);
170
- color: #cccccc;
171
-}
172
-
173
.debug-pane .debug-call-stack .stack-frame {
174
overflow: hidden;
175
text-overflow: ellipsis;
0 commit comments