Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #257 from jtpio/box-shadow
Browse files Browse the repository at this point in the history
Add drop shadows to headers
  • Loading branch information
afshin committed Dec 6, 2019
2 parents fe17f80 + 49ed1f6 commit 56a5065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/sidebar.css
Expand Up @@ -15,6 +15,7 @@
.jp-DebuggerSidebar > div > header {
border-bottom: solid var(--jp-border-width) var(--jp-border-color1);
border-top: solid var(--jp-border-width) var(--jp-border-color1);
box-shadow: var(--jp-toolbar-box-shadow);
display: flex;
flex-direction: row;
align-items: center;
Expand Down

0 comments on commit 56a5065

Please sign in to comment.