Skip to content

Commit

Permalink
Files : Left panel dropdown improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Files : Left panel dropdown improvement

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet committed May 12, 2023
1 parent 25967d5 commit 21404df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -81,7 +81,7 @@ export default {
position: absolute;
z-index: 105; // above a, under button
color: var(--color-main-text);
right: 0;
&:hover{
color: var(--color-primary-element);
}
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 21404df

Please sign in to comment.