Yuki Takei 5 ani în urmă
părinte
comite
7aa9b90f0b

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

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

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

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

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

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