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