Slight cleanup, fix app-navigation padding

This commit is contained in:
Raimund Schlüßler 2017-12-02 10:02:22 +01:00
parent d410e7af2e
commit 6378166ca5
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -22,12 +22,9 @@ $white: #fff;
#app-navigation {
> ul {
> li {
transition: max-height 300ms ease 0s;
max-height: 100px;
background-image: unset;
> a {
padding-right: 20px;
background-image: unset;
background-position: inherit;
}
@ -44,16 +41,10 @@ $white: #fff;
background-position: inherit;
}
&.active {
&.with-menu > a {
padding-right: 70px;
}
.app-navigation-entry-bullet {
height: 16px;
width: 16px;
margin: 14px;
}
&.active .app-navigation-entry-bullet {
height: 16px;
width: 16px;
margin: 14px;
}
&.edit {
@ -75,16 +66,6 @@ $white: #fff;
overflow: hidden;
}
&:hover > a span {
&.title {
opacity: 1;
}
&.icon {
opacity: 1;
}
}
&.list:not(.active) .app-navigation-entry-utils-menu-button {
display: none;
}