Afshin Darian 8 years ago
parent
commit
50bdddb688
3 changed files with 7 additions and 16 deletions
  1. 0 13
      src/application/base.css
  2. 0 1
      src/default-theme/index.css
  3. 7 2
      src/default-theme/shell.css

+ 0 - 13
src/application/base.css

@@ -1,13 +0,0 @@
-/*-----------------------------------------------------------------------------
-| Copyright (c) 2014-2016, Jupyter Development Team.
-|
-| Distributed under the terms of the Modified BSD License.
-|----------------------------------------------------------------------------*/
-.jp-SideBar.p-TabBar.jp-mod-right, .jp-SideBar.p-TabBar.jp-mod-left {
-  margin: 0;
-  padding: 0;
-  display: flex;
-  align-items: stretch;
-  list-style-type: none;
-  max-height: none;
-}

+ 0 - 1
src/default-theme/index.css

@@ -3,7 +3,6 @@
 | Distributed under the terms of the Modified BSD License.
 |----------------------------------------------------------------------------*/
 @import url('~phosphor/styles/base.css');
-@import url('~jupyterlab/lib/application/base.css');
 @import url('~jupyterlab/lib/console/base.css');
 @import url('~jupyterlab/lib/notebook/index.css');
 @import url('~jupyterlab/lib/notebook/theme.css');

+ 7 - 2
src/default-theme/shell.css

@@ -47,13 +47,18 @@
 }
 
 
-.jp-SideBar.p-TabBar {
+.jp-SideBar.p-TabBar.jp-mod-right, .jp-SideBar.p-TabBar.jp-mod-left {
+  margin: 0;
+  padding: 0;
+  display: flex;
+  align-items: stretch;
+  list-style-type: none;
+  max-height: none;
   background: white;
   color: #777777;
   font-size: 14px;
   min-width: 36px;
   max-width: 36px;
-  max-height: none;
   overflow: visible;
 }