Skip to content

Commit

Permalink
Merge pull request #4103 from nextcloud/Jerome-Herbinet-left-panel-dr…
Browse files Browse the repository at this point in the history
…opdown-improvement-patch-1
  • Loading branch information
skjnldsv committed May 12, 2023
2 parents 25967d5 + 025b7b1 commit 2d6245a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -81,10 +81,7 @@ export default {
position: absolute;
z-index: 105; // above a, under button
color: var(--color-main-text);
&:hover{
color: var(--color-primary-element);
}
right: 0;
&--open {
color: var(--color-main-text);
&:hover{
Expand Down
3 changes: 1 addition & 2 deletions src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Expand Up @@ -868,8 +868,7 @@ export default {
&.app-navigation-entry--no-icon,
&:hover, &:focus {
a .app-navigation-entry-icon {
// hides the icon
visibility: hidden;
visibility: visible;
}
.icon-collapse {
//shows the triangle button
Expand Down

0 comments on commit 2d6245a

Please sign in to comment.