Slight cleanup, fix app-navigation padding
This commit is contained in:
parent
d410e7af2e
commit
6378166ca5
1 changed files with 4 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue