Yuki Takei 6 سال پیش
والد
کامیت
7aa9b90f0b
3فایلهای تغییر یافته به همراه0 افزوده شده و 14 حذف شده
  1. 0 3
      src/client/js/components/Sidebar.jsx
  2. 0 8
      src/client/styles/scss/_layout.scss
  3. 0 3
      src/client/styles/scss/_sidebar.scss

+ 0 - 3
src/client/js/components/Sidebar.jsx

@@ -124,9 +124,6 @@ class Sidebar extends React.Component {
             theme={theme => ({
             theme={theme => ({
               ...theme,
               ...theme,
               context: 'product',
               context: 'product',
-              mode: modeGenerator({
-                product: { text: '#ffffff', background: '#334455' },
-              }),
             })}
             })}
           >
           >
             <LayoutManager
             <LayoutManager

+ 0 - 8
src/client/styles/scss/_layout.scss

@@ -35,14 +35,6 @@
     height: $grw-navbar-height;
     height: $grw-navbar-height;
     padding: ($grw-logo-width - $grw-logomark-width) / 2;
     padding: ($grw-logo-width - $grw-logomark-width) / 2;
   }
   }
-  /*
-  .logo-text {
-    svg {
-      width: 156px;
-      height: $grw-navbar-height;
-    }
-  }
-  */
 }
 }
 
 
 .confidential {
 .confidential {

+ 0 - 3
src/client/styles/scss/_sidebar.scss

@@ -4,9 +4,6 @@
   }
   }
 
 
   // override @atlaskit/navigation-next styles
   // override @atlaskit/navigation-next styles
-  div[data-testid='GlobalNavigation'] {
-    width: $grw-sidebar-nav-width;
-  }
   div[class$='-NavigationContainer'] {
   div[class$='-NavigationContainer'] {
     // Adjust to be on top of the growi subnavigation
     // Adjust to be on top of the growi subnavigation
     z-index: $zindex-sticky + 5;
     z-index: $zindex-sticky + 5;