sidebar child menu border bottom
This commit is contained in:
parent
316b8e08c2
commit
feb2f5edda
@ -113,6 +113,15 @@
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
.sidebar-menu-child-item:not(:only-child):not(:last-child)::after{
|
||||||
|
content: " ";
|
||||||
|
border-bottom: solid 1px var(--bg-secondary-color);
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
width: calc(100% - 3px);
|
||||||
|
margin-left: -50px;
|
||||||
|
margin-top: 14px;
|
||||||
|
}
|
||||||
.hamburger{
|
.hamburger{
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user