Skip to content
Snippets Groups Projects
Commit f60e502c authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3495643 by esha_kundu, alok_singh, yas, baldwinlouie: Fix an issue...

Issue #3495643 by esha_kundu, alok_singh, yas, baldwinlouie: Fix an issue where menu and submenu are not visible
parent 5628712e
No related branches found
No related tags found
No related merge requests found
Pipeline #464075 failed
......@@ -126,6 +126,13 @@ nav .navbar-default .navbar-nav li.open > a {
color: #3d9ad3;
}
.nav.navbar-nav .dropdown-menu > li > a {
color: #777;
}
.nav.navbar-nav .dropdown-menu > li > a:hover {
color: #ebebeb;
}
/* Title and Breadcumb design */
.page-header {
margin-top: 20px;
......
......@@ -144,3 +144,7 @@ body.toolbar-vertical .toolbar-bar {
box-shadow: none;
}
}
.navbar-nav .dropdown:hover .dropdown-menu {
display: block;
}
......@@ -121,6 +121,10 @@ nav .dropdown-menu > li > a:hover,
background-color: #27292a;
}
nav .dropdown .dropdown-menu > li > a:hover {
background-color: #323232;
}
.navbar-nav .caret {
color: #0088a3;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment