Browse Source

Fixing styles of tabs.

Brian E. Granger 8 years ago
parent
commit
41a41b26fb
2 changed files with 3 additions and 6 deletions
  1. 0 6
      src/application/sidepanel.less
  2. 3 0
      src/application/tabs.less

+ 0 - 6
src/application/sidepanel.less

@@ -76,12 +76,6 @@
 }
 
 
-.jp-SideBar .p-TabBar-tab.p-mod-current {
-  color: var(--jp-brand-color1);
-  background: var(--jp-layout-color1);
-}
-
-
 .jp-SideBar.jp-mod-left .p-TabBar-tab {
   border-left: var(--jp-borderWidth) solid var(--jp-borderColor1);
 }

+ 3 - 0
src/application/tabs.less

@@ -115,6 +115,9 @@
   margin-left: 0;
 }
 
+.p-TabBar-tab.p-mod-current {
+    color: var(--jp-ui-font-color0);
+}
 
 .p-TabBar.p-mod-top .p-TabBar-tab.p-mod-current,
 .p-TabBar.p-mod-bottom .p-TabBar-tab.p-mod-current {