Skip to content

Commit 659ed7c

Browse files
author
Pascal Fong Kye
committed
refactor and fix selector
1 parent 11222d7 commit 659ed7c

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
margin: 0 10px;
128128
text-transform: uppercase;
129129
align-self: center;
130+
font-size: 0.8em;
131+
background-color: rgba(136, 136, 136, 0.27);
132+
color: #cccccc;
130133
}
131134

132135
.debug-pane .debug-call-stack .monaco-list-row:hover .label {
@@ -162,14 +165,6 @@
162165
background-repeat: no-repeat;
163166
}
164167

165-
.debug-pane .debug-call-stack .session > .label,
166-
.debug-pane .debug-call-stack .session > .label {
167-
font-size: 0.8em;
168-
min-height: auto;
169-
background-color: rgba(136, 136, 136, 0.27);
170-
color: #cccccc;
171-
}
172-
173168
.debug-pane .debug-call-stack .stack-frame {
174169
overflow: hidden;
175170
text-overflow: ellipsis;

0 commit comments

Comments
 (0)