Corrected code styling

This commit is contained in:
Christian Wolf 2021-12-03 14:43:12 +01:00
parent 5073f8ac71
commit 54fd0a3c10

View File

@ -1,35 +1,25 @@
#current_page_menu.menu #current_page_menu.menu {
{ background-color: transparent;
background-color: transparent; padding-top: 0;
padding-top: 0px; padding-bottom: 0;
padding-bottom: 0px; margin-bottom: 0;
margin-bottom: 0px;
&:hover &:hover {
{ box-shadow: unset;
box-shadow: unset;
}
> li
{
border-style: none;
display: none;
&.active
{
display: block;
border-style: none;
> a
{
background-color: transparent;
font-weight: bold;
}
} }
}
> li {
border-style: none;
display: none;
&.active {
display: block;
border-style: none;
> a {
background-color: transparent;
font-weight: bold;
}
}
}
} }