Skip to content

Commit

Permalink
fix(NcAppNavigationNewItem): bring back correct CSS class
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Jan 31, 2024
1 parent 8b687dd commit 5e06d46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/assets/NcAppNavigationItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

// overwrite active text color
.app-navigation-entry-link {
.app-navigation-entry-link, .app-navigation-entry-button {
color: var(--color-primary-element-text) !important;
}
}
Expand Down Expand Up @@ -68,12 +68,14 @@
display: none;
}

&:not(.app-navigation-entry--editing) .app-navigation-entry-link {
padding-right: $icon-margin;
&:not(.app-navigation-entry--editing) {
.app-navigation-entry-link, .app-navigation-entry-button {
padding-right: $icon-margin;
}
}

// Main entry link
.app-navigation-entry-link {
.app-navigation-entry-link, .app-navigation-entry-button {
z-index: 100; /* above the bullet to allow click*/
display: flex;
overflow: hidden;
Expand Down

0 comments on commit 5e06d46

Please sign in to comment.