template/slt/css/components/_current-page-manu.scss
Christian Wolf 113c7eef33 Corrected last changes by introducing new module position
This needs modifiaction of the backend configuration
2021-12-04 10:15:43 +01:00

26 lines
464 B
SCSS

#left-menu .current-page-menu ul.menu {
background-color: transparent;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
&:hover {
box-shadow: unset;
}
> li {
border-style: none;
display: none;
&.active {
display: block;
border-style: none;
> a {
background-color: transparent;
font-weight: bold;
}
}
}
}