Skip to content

Commit 0cd3a77

Browse files
committed
chore: redorder terminal tab so that muscle memory dont hit the close button
1 parent 30528a8 commit 0cd3a77

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/styles/Extn-Terminal.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@
224224
justify-content: center;
225225
font-size: 10px;
226226
color: var(--terminal-tab-text);
227-
background: var(--terminal-tab-bg);
228-
flex-shrink: 0;
227+
background: transparent;
229228
z-index: 1;
230229
}
231230

@@ -235,7 +234,7 @@
235234

236235
.terminal-flyout-close:hover {
237236
color: var(--terminal-tab-active-text);
238-
background: rgba(255, 255, 255, 0.15);
237+
background: rgba(255, 255, 255, 0.1);
239238
}
240239

241240
/* ─── Flyout bottom actions ─── */

0 commit comments

Comments
 (0)