Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 9aa87b1

Browse files
committed
Add a little shadow to windows/unix shell
1 parent 59021cb commit 9aa87b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/fg/shell-window/tabs.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@ ${spinnerCSS}
392392
height: 34px;
393393
}
394394
395+
.shell:not(.darwin) {
396+
box-shadow: inset 0 2px 4px #0001;
397+
}
398+
395399
.tabs {
396400
display: flex;
397401
padding: 0 18px 0 0;
@@ -450,7 +454,7 @@ ${spinnerCSS}
450454
height: 30px;
451455
width: 200px;
452456
min-width: 0; /* HACK: https://stackoverflow.com/questions/38223879/white-space-nowrap-breaks-flexbox-layout */
453-
background: var(--bg-color--background);
457+
background: transparent;
454458
transition: background 0.3s;
455459
border-left: 1px solid var(--border-color--tab);
456460
}

0 commit comments

Comments
 (0)