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