Skip to content

Commit 74a2c57

Browse files
Merge pull request #4105 from nextcloud/backport/4103/stable7
[stable7] Files : Left panel dropdown improvement for NC 26
2 parents 7a38bd8 + 5300f76 commit 74a2c57

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ export default {
8181
position: absolute;
8282
z-index: 105; // above a, under button
8383
color: var(--color-main-text);
84-
85-
&:hover{
86-
color: var(--color-primary-element);
87-
}
84+
right: 0;
8885
&--open {
8986
color: var(--color-main-text);
9087
&:hover{

src/components/NcAppNavigationItem/NcAppNavigationItem.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,7 @@ export default {
887887
&.app-navigation-entry--no-icon,
888888
&:hover, &:focus {
889889
a .app-navigation-entry-icon {
890-
// hides the icon
891-
visibility: hidden;
890+
visibility: visible;
892891
}
893892
.icon-collapse {
894893
//shows the triangle button

0 commit comments

Comments
 (0)