diff --git a/web/app/css/sidebar.css b/web/app/css/sidebar.css index 776092e25..b93a6de00 100644 --- a/web/app/css/sidebar.css +++ b/web/app/css/sidebar.css @@ -8,13 +8,21 @@ background-repeat: no-repeat; background-size: 100% 50vh; + & .ant-menu-submenu { + & .ant-menu-submenu-title, & .anticon{ + /* override ant transition animation */ + transition: none; + } + } + & .sidebar-menu { background: none; } - & .sidebar-menu-item { + & .sidebar-menu-item, & .sidebar-title { font-size: 16px; font-weight: var(--font-weight-bold); + color: white; & a { color: white; diff --git a/web/app/js/components/Sidebar.jsx b/web/app/js/components/Sidebar.jsx index 8319b19e4..b135a7cdd 100644 --- a/web/app/js/components/Sidebar.jsx +++ b/web/app/js/components/Sidebar.jsx @@ -180,6 +180,15 @@ class Sidebar extends React.Component { : null } + {this.state.collapsed ? "" : "Resources"}}> + Deployments + Replication Controllers + Pods + +