.nav { .custom-menu { .ant-menu-item, .ant-menu-submenu-title { font-size: 16px; height: 40px; line-height: 40px; } .ant-menu-submenu { .ant-menu-item { font-size: 16px; height: 40px; line-height: 40px; } } .custom-submenu { .ant-menu-submenu-title { &:hover { color: rgba(0, 0, 0, 0.65); background-color: transparent; } } } } }