mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-03 20:28:08 +00:00
added css to inline menu
This commit is contained in:
@@ -58,6 +58,7 @@ const Navbar = ({
|
|||||||
mode="inline"
|
mode="inline"
|
||||||
menuItems={mobileMenuItems || menuItems}
|
menuItems={mobileMenuItems || menuItems}
|
||||||
onMenuItemClick={onMenuItemClick}
|
onMenuItemClick={onMenuItemClick}
|
||||||
|
className={styles.InlineMenu}
|
||||||
/>
|
/>
|
||||||
</Drawer>
|
</Drawer>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
@@ -76,3 +76,15 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #707070;
|
color: #707070;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.InlineMenu {
|
||||||
|
ul {
|
||||||
|
background: inherit !important
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.ant-menu-item-selected) {
|
||||||
|
span {
|
||||||
|
color: inherit
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user