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: 0px; padding-top: 0;
padding-bottom: 0px; padding-bottom: 0;
margin-bottom: 0px; margin-bottom: 0;
&:hover &:hover {
{
box-shadow: unset; box-shadow: unset;
} }
> li > li {
{
border-style: none; border-style: none;
display: none; display: none;
&.active &.active {
{
display: block; display: block;
border-style: none; border-style: none;
> a > a {
{
background-color: transparent; background-color: transparent;
font-weight: bold; font-weight: bold;
} }
} }
} }
} }