Skip to content

Commit

Permalink
Merge pull request #4105 from nextcloud/backport/4103/stable7
Browse files Browse the repository at this point in the history
[stable7] Files : Left panel dropdown improvement for NC 26
  • Loading branch information
nickvergessen committed May 15, 2023
2 parents 7a38bd8 + 5300f76 commit 74a2c57
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 @@ -887,8 +887,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 74a2c57

Please sign in to comment.