1
0

Make hidden lists in the menu more compact

This commit is contained in:
kolaente
2021-04-19 23:56:00 +02:00
parent 1a03c035f0
commit fa5b1807c7
2 changed files with 29 additions and 17 deletions

View File

@ -189,20 +189,33 @@
padding: .5rem;
cursor: pointer;
}
.toggle-lists-icon {
svg {
transition: all $transition;
transform: rotate(90deg);
opacity: 1;
}
&.active svg {
transform: rotate(0deg);
opacity: 0;
}
}
&:hover .toggle-lists-icon svg {
opacity: 1;
}
&:not(.has-menu) .toggle-lists-icon {
padding-right: 1rem;
}
}
.menu-label, .nsettings, .menu-list span.list-menu-link, .menu-list a {
color: $vikunja-nav-color;
}
.hidden-hint {
display: block;
text-align: center;
color: $grey-500;
cursor: pointer;
font-size: 0.75rem;
}
.menu-list {
li {
height: 44px;
@ -285,7 +298,7 @@
}
.icon {
color: $grey-400;
color: $grey-400 !important;
}
}