mirror of https://github.com/ColorlibHQ/gentelella
Update custom.scss
Minor visual change to last menu child draw only the top line.pull/440/head
parent
5dc81f673c
commit
66d8686131
|
@ -546,6 +546,9 @@ a:hover, a:focus {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.nav-md ul.nav.child_menu li:last-child::after {
|
||||
bottom: 50%;
|
||||
}
|
||||
.nav.side-menu>li>a, .nav.child_menu>li>a {
|
||||
color: #E7E7E7;
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Reference in New Issue